Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
You Don't Know JS Yet: Scope and Closures, 2nd Edition
🌠 Top Free Unix/Linux Books - 100% Free or Open Source!
  • Title: You Don't Know JS Yet: Scope and Closures, 2nd Edition
  • Author(s) Kyle Simpson
  • Publisher: Independently published (March 3, 2020); eBook (Open Access Edition)
  • License(s): CC BY-NC-ND 4.0
  • Paperback: 279 pages
  • eBook: HTML
  • Language: English
  • ISBN-10/ASIN: B086GD45ZG
  • ISBN-13: 979-8621536459
  • :

Book 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.
  • How to use the DOM effectively to interact with browsers
  • Discover how to use closures for synchronous and asynchronous tasks, including the creation of JavaScript libraries.
About the Authors
  • Kyle Simpson is an Open Web Evangelist from Austin, TX. He's passionate about JavaScript, HTML5, real-time/peer-to-peer communications, and web performance. Otherwise, he's probably bored by it. Kyle is an author, workshop trainer, tech speaker, and avid OSS community member.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
Book Categories
:
Other Categories
Resources and Links