Logo

You Don't Know JS: Scope and Closures

Large book cover: You Don't Know JS: Scope and Closures

You Don't Know JS: Scope and Closures
by

Publisher: O'Reilly
ISBN/ASIN: 1449335586
ISBN-13: 9781449335588
Number of pages: 98

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.

Download or read it online for free here:
Read online
(online preview)

Similar books

Book cover: Your First Meteor ApplicationYour First Meteor Application
by - MeteorTips.com
Free, online book about the Meteor JavaScript framework that helps beginning web developers build their first real-time web application with Meteor in a matter of hours. Included are practical examples, real-world code samples, and helpful exercises.
(7001 views)
Book cover: JavaScript CookbookJavaScript Cookbook
by - O'Reilly Media
This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster...
(18828 views)
Book cover: TypeScript Deep DiveTypeScript Deep Dive
by - GitBook
TypeScript is a superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. The author of this book has been looking at the issues that turn up commonly when people start using TypeScript.
(7490 views)
Book cover: An Introduction to libuvAn Introduction to libuv
by
This book is a small set of tutorials about using libuv as a high performance evented I/O library which offers the same API on Windows and Unix. It is meant to cover the main areas of libuv, but is not a comprehensive reference.
(10248 views)