August 6, 2017 — Ever try to integrate 3rd party code and it didn’t work because of callbacks? Callbacks are probably the most treacherous concept in all of JavaScript. Join us in exploring the theory behind callbacks and asynchronous code while we try to integrate with YouTube’s IFrame Player API.
August 5, 2017 — A chance to ask any questions to the Learn JavaScript Deeply speakers.
April 8, 2016 — If you’ve done even a little bit of JavaScript, you know that it has it’s fair share of quirks. In particular, functions in JavaScript do a lot of strange things. Rather than be a victim of the bizarre history of the Web, Nizar is here cut through the metaphorical jungle of the JavaScript function.
In this hands on session, you will learn about the nuances of functions in JavaScript. We will discuss what it means for functions to be first-class citizens in a language, what function scope is, the mysterious “this” keyword and some of the implications of all these things. Don’t forget your machete.