Limit this search to....

You Don't Know JS Yet: Scope & Closures
Contributor(s): St Laurent, Simon (Editor), Drasner, Sarah (Foreword by), Simpson, Kyle (Author)
ISBN:     ISBN-13: 9798621536459
Publisher: Independently Published
OUR PRICE:   $28.69  
Product Type: Paperback - Other Formats
Published: March 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Web - Web Programming
Physical Information: 0.59" H x 6" W x 9" (0.83 lbs) 280 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Are you looking for a better way to deeply learn the fundamentals of JavaScript? Look no further The foundation of all programs is the organization of its variables and functions into different nested scopes. Yet, most developers haven't deeply contemplated how and why these decisions are made and the impacts on code maintainability.The worldwide best selling "You Don't Know JS" book series is back for a 2nd edition: "You Don't Know JS Yet". All 6 books are brand new, rewritten to cover all sides of JS for 2020 and beyond."Scope & Closures" examines all aspects of lexical scope, then builds on these principles to leverage the power of closure, and finally digs into the module pattern for better program structure.