Ukrainian translation of Second edition. Work is in progress.
Оригінальний текст книги тут
- Передмова
- Глава 1: Що таке JavaScript?
- Глава 2: Огляд JS
- Глава 3: Шлях до самого коріння JS
- Глава 4: Загальна картина мови
- Додаток A: Продовжуємо дослідження
- Додаток B: Прийшов час практики!
- 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