开发者

Do you know any video tutorials focused purely on Closures in JavaScript?

开发者 https://www.devze.com 2023-03-09 13:06 出处:网络
I am having a problem to really get the point when it comes to \'closures\' in JavaS开发者_开发知识库cript.

I am having a problem to really get the point when it comes to 'closures' in JavaS开发者_开发知识库cript.

Do you know any video tutorials focused purely on defining closures in JavaScript with simple and clear examples?

Thanks!


Have you tried:

Stuart Langridge: Secrets of JavaScript Closures: http://vimeo.com/1967261


Not exactly for JavaScript and closures, but for functional programming if you have problems to accept the concept of functions as values. A basic introduction:

http://academicearth.org/lectures/functional-programming-i

0

精彩评论

暂无评论...
验证码 换一张
取 消