Javascript is Event-Driven - What makes Javascript Weird...and Awesome Pt 2

Javascript is Event-Driven - What makes Javascript Weird...and Awesome Pt 2 视频的下载信息和详情
作者:
LearnCode.academy发布日期:
2014/7/18观看次数:
113K简介:
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.
相似视频:Javascript is Event

Javascript Events Tutorial - How Web Developers Respond to User Input

Javascript Events Tutorial Part 2 - Javascript Tutorials for Beginning Web Development

What Makes Javascript Weird...and AWESOME - Pt 1

Javascript Closures Tutorial - What makes Javascript Weird...and Awesome Pt 3

Javascript Tutorial For Beginners - #3 Javascript Functions Tutorial

