You Don't Know JS Yet: Scope & Closures

Автор: literator от 3-11-2020, 19:46, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

You Don't Know JS Yet: Scope & ClosuresНазвание: You Don't Know JS Yet: Scope & Closures
Автор: Kyle Simpson
Издательство: Leanpub
Год: 2020
Страниц: 270
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Are you looking for a better way to deeply learn the fundamentals of jаvascript? 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. You'll still get in-depth coverage of the core language, applied in useful code organization patterns for your programs. And of course, through Kyle's unique perspective and conversational tone, explore passionate, reasoned debate of the most common questions developers face.

Scope & Closures, the second book in the new edition series, dives deep into how and why to organize variables into different buckets of scope, limiting scope over-exposure and improving code maintainability. On top of lexical scope, closure empowers functions with memory, preserving variables across calls. Modules leverage scope and closures to encapsulate data and behavior.

In Scope & Closures, you'll dig into:

Nesting lexical scopes with functions and blocks, to limit scope exposure of variables
Functions remembering variables through closure
Modules, one of the most important code organization patterns in programming

Скачать You Don't Know JS Yet: Scope & Closures








Нашел ошибку? Есть жалоба? Жми!
Пожаловаться администрации
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.