
You Don't Know JS: Scope & Closures
Kyle Simpson(Author)
O'Reilly (Publisher)
1st Edition
Published on 18. March 2014
Book
Paperback/Softback
96 pages
978-1-4493-3558-8 (ISBN)
Description
No matter how much experience you have with JavaScript, odds are you don't fully understand the language. This concise yet in-depth guide takes you inside scope and closures, two core concepts you need to know to become a more efficient and effective JavaScript programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
Like other books in the "You Don't Know JS" series, Scope and Closures dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can achieve true JavaScript mastery.
* Learn about scope, a set of rules to help JavaScript engines locate variables in your code
* Go deeper into nested scope, a series of containers for variables and functions
* Explore function- and block-based scope, "hoisting", and the patterns and benefits of scope-based hiding
* Discover how to use closures for synchronous and asynchronous tasks, including the creation of JavaScript libraries
Like other books in the "You Don't Know JS" series, Scope and Closures dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can achieve true JavaScript mastery.
* Learn about scope, a set of rules to help JavaScript engines locate variables in your code
* Go deeper into nested scope, a series of containers for variables and functions
* Explore function- and block-based scope, "hoisting", and the patterns and benefits of scope-based hiding
* Discover how to use closures for synchronous and asynchronous tasks, including the creation of JavaScript libraries
More details
Language
English
Place of publication
Sebastopol
United States
Dimensions
Height: 229 mm
Width: 152 mm
ISBN-13
978-1-4493-3558-8 (9781449335588)
Schweitzer Classification
Other editions
Additional editions


Person
Kyle Simpson is a UI architect from Austin, TX. He is passionate about user experience, specifically optimizing the UI to be as responsive, efficient, secure, and scalable as possible. He considers JavaScript the ultimate language and is constantly tinkering with how to push it further. If something can't be done in JavaScript or web technology, he's bored by it. He has a number of open-source projects, including LABjs, HandlebarJS/BikechainJS, and flXHR, and he also is a core contributor to SWFObject.