/You-Dont-Know-JS-Yet-UK

Ukrainian translation of "You Don't Know JS (Yet)" book series by Kyle Simpson

"You Don't Know JS (Yet)" book series by Kyle Simpson

Ukrainian translation of Second edition. Work is in progress.

Книга 1: Перші кроки

Оригінальний текст книги тут

Book 2: Scopes and Closures

  • Foreword
  • Глава 1: Що таке область видимості?
  • Chapter 2: Illustrating Lexical Scope
  • Chapter 3: The Scope Chain
  • Chapter 4: Around the Global Scope
  • Chapter 5: The (Not So) Secret Lifecycle of Variables
  • Chapter 6: Limiting Scope Exposure
  • Chapter 7: Using Closures
  • Chapter 8: The Module Pattern
  • Appendix A: Exploring Further
  • Appendix B: Practice