Uploaded July 2014 | Updated September 2026, 1 week ago
This changes EVERYTHING! The fact that Javascript is event-driven is the reason for closures, weird scoping/context, and the myriad of callbacks you see everywhere.
Programmers who are new to Javascript - especially Node.js - are often thrown for a loop by the event-driven nature of JS.
The bottom line is: Javascript isn't built for making a page, it's built for a user-interface. It listens for user interaction and responds accordingly. And when that response happens, it doesn't run any unnecessary code...just the code to respond to the user.
Watch the full playlist:
youtube.com/playlist?list=PLoYCgNOIyGABI011EYc-avPOsk1YsMUe_
-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
youtube.com/watch?v=fgOO9YUFlGI
-~-~~-~~~-~~-~-
This changes EVERYTHING! The fact that Javascript is event-driven is the reason for closures, weird scoping/context, and the myriad of callbacks you see everywhere.
Programmers who are new to Javascript - especially Node.js - are often thrown for a loop by the event-driven nature of JS.
The bottom line is: Javascript isn't built for making a page, it's built for a user-interface. It listens for user interaction and responds accordingly. And when that response happens, it doesn't run any unnecessary code...just the code to respond to the user.
Watch the full playlist:
youtube.com/playlist?list=PLoYCgNOIyGABI011EYc-avPOsk1YsMUe_
-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
youtube.com/watch?v=fgOO9YUFlGI
-~-~~-~~~-~~-~-






![[April Fools 2017] ES2018 First Look - it changes everything
ES2018 a.k.a. ESSuper-Next is out and it is awesome.
It has powerful new features like
always-global-variables,
common-keyword shortcuts,
dot-syntax,
flow/typescript support
Its sure to be a game-changer.
Oh...and by the way, this is an April Fools video :)
-~-~~-~~~-~~-~-
Also watch: Tailwind CSS - why CSS utility classes save so much time
https://www.youtube.com/watch?v=oU5ar0dmQEY
-~-~~-~~~-~~-~- [April Fools 2017] ES2018 First Look - it changes everything](https://i.ytimg.com/vi/s-G_RZ4RJLU/mqdefault.jpg)



