You Don't Know JS Yet
Scope & Closures
Kyle Simpson
This book delves deep into the world of coding by exploring how to organize variables into different scopes for improved code maintainability. With a focus on lexical scope and closures, authors empower functions with memory and preserve variables across calls. Modules are also covered, which utilize scope and closures to encapsulate data and behavior. A must-read for any tech enthusiast looking to enhance their coding knowledge.
Publish Date
2020-01-28T00:00:00.000Z
2020-01-28T00:00:00.000Z
Goodreads Rating
4.3
ISBN
9798602477429
Recommendations
2
Recommendations
2017-12-18T19:29:31.000Z
@nerdwithus Great question! I like the @YDKJS series by Kyle Simpson, also Eloquent JavaScript is a great book- these are good for understanding vanilla JS, and then from there learning other tools is a little easier. – source2015-10-09T21:00:33.000Z
"Intermediate" front-end dev books I recommend:
JS - the YDKJS series by @getify
CSS - CSS Secrets by @LeaVerou – source