User Tools

Site Tools


ui:javascript-closure

If you want to master Javascript, what do you need to know:

  • javascript Object
  • this & with
  • JavaScript Constructor
  • Prototype
  • Closure
  • Inheritance
  • Namespace

Closure

A “closure” is an expression (typically a function) that can have free variables together with an environment that binds those variables (that “closes” the expression).

F.Y.I

http://jibbering.com/faq/notes/closures/ (english version)

http://www.cn-cuckoo.com/2007/08/01/understand-javascript-closures-72.html (english version)

http://www.crockford.com/javascript/

ui/javascript-closure.txt · Last modified: 2018/07/24 08:13 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: 沪ICP备12046235号-2
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki