You Don't Know JS Yet: Scope & Closures - 2nd Edition NOTE: Work in progress Table of Contents Foreword (by TBA) Preface Chapter 1: How Is Scope Determined? Chapter 2: Understanding Lexical Scope Chapter 3: Working With Scope Chapter 4: Function vs. Block Scope Chapter 5: Closures Chapter 6: Module Pattern Appendix A: Exploring Further Appendix B: Practice