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

Download information and video details for Javascript Closures Tutorial - What makes Javascript Weird...and Awesome Pt 3
Uploader:
LearnCode.academyPublished at:
7/18/2014Views:
116.7KDescription:
What is a closure? In this Javascript Tutorial, we're going to be learning about closures - our 3rd most misunderstood concept of Javascript. Watch the full playlist: Hopefully, we're going to break it down enough to make it simple to understand for newbies and intermediate coders alike. Javascript closures are really not that complex of an idea. The textbook definition of a closure is a function that retains state and scope after it executes. Basically put, when the function's done, a callback might need to access the variables inside later...so Javascript remembers those variables. That remembering of the variables is called a closure. -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" -~-~~-~~~-~~-~-
Similar videos: Javascript Closures Tutorial

Javascript Tutorial For Beginners - #3 Javascript Functions Tutorial

Javascript Selectors - Javascript Tutorial for Beginners With Examples

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

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

jQuery Tutorial #3 - Writing Smarter, Better Code - jQuery Tutorial for Beginners

