Skip to content

A series of hour-long webinars that cover essentials of the JavaScript language

Notifications You must be signed in to change notification settings

saturdaylive/js-essentials

Repository files navigation

js-essentials

A series of hour-long webinars that cover essentials of the JavaScript language. This series if part of the Saturday Live series of webinars.

Registration link

https://zoom.us/meeting/register/tJEpcO6pqTIow62R-JO50x8ckpvDfwCwXg

Upcoming webinars

Webinar #1

  • Dec 21, 9:30 - 10:15 AM IST followed by 15 minutes of Q&A.
  • Takeaways
    • Function and function expressions
    • Functions as first-class citizens
    • Function call context (this)
  • References
    • For a deeper understanding of topics covered in this webinar you can refer Kyle Simpson’s You Don’t Know JS series of books – particularly this one
  • Video recording of this webinar is available here

Webinar #2

  • Dec 28, 9:30 - 10:15 AM IST followed by 15 minutes of Q&A.
  • Takeaways
    • The JS engine is a 2-pass compiler - compilation followed by execution
    • Scopes
    • Lexical scoping
    • Scope and strict mode of execution
    • Hoisting
  • References
    • For a deeper understanding of topics covered in this webinar you can refer Kyle Simpson’s You Don’t Know JS series of books – particularly this one
  • Video recording of this webinar is available here

Webinar #3

  • Jan 4, 9:30 - 10:15 AM IST followed by 15 minutes of Q&A.
  • Takeaways
    • let, const, and how they differ from var
    • What is a closure?
    • How closures are vital in JS
    • Using closures
  • References
    • For a deeper understanding of topics covered in this webinar you can refer Kyle Simpson’s You Don’t Know JS series of books – particularly this one
  • Video recording of this webinar is available here

General References

Contact

Have a query regarding the webinars? Email us at [email protected]

Webinar poster

https://saturdaylive.github.io/js-essentials/

About

A series of hour-long webinars that cover essentials of the JavaScript language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages