1. Урок 1. 00:08:32
    Introduction
  2. Урок 2. 00:03:29
    Scopes and Closures Introduction
  3. Урок 3. 00:18:33
    Understanding Scope
  4. Урок 4. 00:10:41
    Compiling Function Scope
  5. Урок 5. 00:15:00
    Execution of Function Code
  6. Урок 6. 00:01:22
    Partner Up for Scope
  7. Урок 7. 00:01:49
    Partner Up for Scope Q&A
  8. Урок 8. 00:10:18
    Strict Mode
  9. Урок 9. 00:14:16
    Scope and Execution Example
  10. Урок 10. 00:06:03
    Scope Review
  11. Урок 11. 00:14:02
    Named Function Expressions
  12. Урок 12. 00:06:04
    Lexical Scope
  13. Урок 13. 00:02:26
    Function Scoping
  14. Урок 14. 00:09:27
    IIFE Pattern
  15. Урок 15. 00:07:57
    Block Scoping
  16. Урок 16. 00:07:06
    Problems with let Keyword
  17. Урок 17. 00:06:32
    Const Keyword
  18. Урок 18. 00:02:20
    Challenge 2 Scoping
  19. Урок 19. 00:09:39
    Challenge 2 Solution
  20. Урок 20. 00:16:22
    Hoisting
  21. Урок 21. 00:00:34
    Challenge 3 Hoisting
  22. Урок 22. 00:04:40
    Challenge 3 Solution
  23. Урок 23. 00:08:25
    Closure Introduction
  24. Урок 24. 00:07:11
    Closure Examples
  25. Урок 25. 00:01:20
    Challenge 4 Closure
  26. Урок 26. 00:03:35
    Challenge 4 Solution
  27. Урок 27. 00:20:03
    Module Patterns
  28. Урок 28. 00:06:02
    Closure Review
  29. Урок 29. 00:00:51
    Challenge 5 Module, Part 1
  30. Урок 30. 00:03:55
    Challenge 5 Solution, Part 1
  31. Урок 31. 00:04:14
    Challenge 5 Module, Part 2
  32. Урок 32. 00:18:19
    Challenge 5 Solution, Part 2
  33. Урок 33. 00:01:40
    Challenge 5 Module, Part 3
  34. Урок 34. 00:06:34
    Challenge 5 Solution, Part 3
  35. Урок 35. 00:03:47
    Object-Oriented Introduction
  36. Урок 36. 00:01:16
    this
  37. Урок 37. 00:04:47
    Binding Confusion
  38. Урок 38. 00:08:06
    Explicit Binding
  39. Урок 39. 00:07:56
    The new Keyword
  40. Урок 40. 00:03:12
    this Review
  41. Урок 41. 00:00:20
    Challenge 6 this
  42. Урок 42. 00:01:36
    Challenge 6 Solution
  43. Урок 43. 00:05:36
    Prototypes Introduction
  44. Урок 44. 00:12:08
    Explaining Prototypes, Part 1
  45. Урок 45. 00:06:17
    Explaining Prototypes, Part 2
  46. Урок 46. 00:06:21
    Prototype Linkages
  47. Урок 47. 00:03:22
    Prototype Objects Linked
  48. Урок 48. 00:01:01
    Linked Prototype Diagram
  49. Урок 49. 00:01:31
    Prototype Review
  50. Урок 50. 00:00:37
    Challenge 7 Prototype
  51. Урок 51. 00:06:38
    Challenge 7 Solution
  52. Урок 52. 00:06:38
    ES6 Class
  53. Урок 53. 00:08:36
    Class Caution
  54. Урок 54. 00:01:59
    Clearing Up Inheritance
  55. Урок 55. 00:09:59
    Objects Linked as Other Objects
  56. Урок 56. 00:07:13
    Delegation Design Pattern
  57. Урок 57. 00:01:45
    OLOO Review
  58. Урок 58. 00:01:36
    Challenge 8 Convert Modules to Objects
  59. Урок 59. 00:07:04
    Challenge 8 Solution
  60. Урок 60. 00:05:18
    Introducing Types and Coercion
  61. Урок 61. 00:11:31
    Primitive Types Introduction
  62. Урок 62. 00:11:53
    Special Values
  63. Урок 63. 00:13:34
    Negative Zero
  64. Урок 64. 00:14:59
    Native Functions
  65. Урок 65. 00:20:07
    Abstract Value Operations
  66. Урок 66. 00:25:32
    Explicit Coercion
  67. Урок 67. 00:08:25
    Date to number and ~
  68. Урок 68. 00:01:59
    The Bad Parts of Value Coercion
  69. Урок 69. 00:14:02
    Implicit Coercion Strings & Numbers
  70. Урок 70. 00:11:38
    Implicit Coercion Booleans
  71. Урок 71. 00:10:09
    Implicit Coercion Loose Equals
  72. Урок 72. 00:02:20
    Implicit vs Explicit Coercion
  73. Урок 73. 00:09:38
    Double vs. Triple Equal
  74. Урок 74. 00:06:26
    Double vs. Triple Equal Performance
  75. Урок 75. 00:03:14
    Challenge 1 Coercion
  76. Урок 76. 00:20:41
    Challenge 1 Solution
  77. Урок 77. 00:19:28
    Case for a Deeper Understanding of JavaScript
  78. Урок 78. 00:02:04
    Wrapping Up