1. Урок 1. 00:08:08
    Introduction
  2. Урок 2. 00:05:07
    Understanding Your Code
  3. Урок 3. 00:05:50
    Course Overview
  4. Урок 4. 00:08:35
    Primitive Types
  5. Урок 5. 00:05:45
    typeof Operator
  6. Урок 6. 00:00:47
    BigInt
  7. Урок 7. 00:02:34
    Kinds of Emptiness
  8. Урок 8. 00:09:23
    NaN & isNaN
  9. Урок 9. 00:08:31
    Negative Zero
  10. Урок 10. 00:03:41
    Type Check Exercise
  11. Урок 11. 00:08:56
    Type Check Exercise Solution
  12. Урок 12. 00:03:11
    Fundamental Objects
  13. Урок 13. 00:04:30
    Abstract Operations
  14. Урок 14. 00:05:17
    toString
  15. Урок 15. 00:05:24
    toNumber
  16. Урок 16. 00:02:44
    toBoolean
  17. Урок 17. 00:13:24
    Cases of Coercion
  18. Урок 18. 00:02:30
    Boxing
  19. Урок 19. 00:05:14
    Corner Cases of Coercion
  20. Урок 20. 00:03:08
    Intentional Coercion
  21. Урок 21. 00:03:48
    Culture of Learning
  22. Урок 22. 00:02:16
    Code Communication Q&A
  23. Урок 23. 00:04:56
    Implicit Coercion
  24. Урок 24. 00:02:31
    Understanding Features
  25. Урок 25. 00:02:42
    Coercion Exercise
  26. Урок 26. 00:09:59
    Coercion Exercise Solution
  27. Урок 27. 00:08:15
    Double & Triple Equals
  28. Урок 28. 00:07:14
    Coercive Equality
  29. Урок 29. 00:06:10
    Double Equals Algorithm
  30. Урок 30. 00:05:00
    Double Equals Walkthrough
  31. Урок 31. 00:00:58
    Double Equals Summary
  32. Урок 32. 00:04:17
    Double Equals Corner Cases
  33. Урок 33. 00:05:56
    Corner Cases: Booleans
  34. Урок 34. 00:01:56
    Corner Cases: Summary
  35. Урок 35. 00:14:20
    The Case for Double Equals
  36. Урок 36. 00:03:18
    Equality Exercise
  37. Урок 37. 00:14:09
    Equality Exercise Solution
  38. Урок 38. 00:06:34
    TypeScript & Flow
  39. Урок 39. 00:02:46
    Inferencing
  40. Урок 40. 00:01:52
    Custom Types
  41. Урок 41. 00:01:21
    Validating Operand Types
  42. Урок 42. 00:01:08
    TypeScript & Flow Summary
  43. Урок 43. 00:03:08
    Static Typing Pros
  44. Урок 44. 00:06:27
    Static Typing Cons
  45. Урок 45. 00:04:34
    Understanding Your Types
  46. Урок 46. 00:09:39
    Scope
  47. Урок 47. 00:12:28
    Compilation & Scope
  48. Урок 48. 00:09:08
    Executing Code
  49. Урок 49. 00:02:34
    Compilation and Scope Q&A
  50. Урок 50. 00:04:08
    Code Execution: Finishing Up
  51. Урок 51. 00:10:41
    Lexical Scope Review
  52. Урок 52. 00:05:29
    Compilation Review
  53. Урок 53. 00:05:29
    Dynamic Global Variables
  54. Урок 54. 00:04:27
    Strict Mode
  55. Урок 55. 00:04:54
    Nested Scope
  56. Урок 56. 00:01:54
    Undefined vs Undeclared
  57. Урок 57. 00:01:04
    Lexical Scope Elevator
  58. Урок 58. 00:05:10
    Function Expressions
  59. Урок 59. 00:13:17
    Naming Function Expressions
  60. Урок 60. 00:05:18
    Arrow Functions
  61. Урок 61. 00:01:56
    Function Types Hierarchy
  62. Урок 62. 00:04:25
    Function Expression Exercise
  63. Урок 63. 00:11:32
    Function Expression Solution: Functions
  64. Урок 64. 00:08:05
    Function Expression Solution: Arrow Functions
  65. Урок 65. 00:02:44
    Lexical & Dynamic Scope
  66. Урок 66. 00:04:19
    Lexical Scope
  67. Урок 67. 00:02:08
    Dynamic Scope
  68. Урок 68. 00:06:41
    Function Scoping
  69. Урок 69. 00:06:03
    IIFE Pattern
  70. Урок 70. 00:06:49
    Block Scoping
  71. Урок 71. 00:09:38
    Choosing let or var
  72. Урок 72. 00:02:41
    Explicit let Block
  73. Урок 73. 00:06:08
    const
  74. Урок 74. 00:01:33
    const Q&A
  75. Урок 75. 00:09:44
    Hoisting
  76. Урок 76. 00:02:32
    Hoisting Example
  77. Урок 77. 00:07:38
    let Doesn't Hoist
  78. Урок 78. 00:02:03
    Hoisting Exercise
  79. Урок 79. 00:05:05
    Hoisting Exercise Solution
  80. Урок 80. 00:07:59
    Origin of Closure
  81. Урок 81. 00:05:01
    What is Closure?
  82. Урок 82. 00:06:17
    Closing Over Variables
  83. Урок 83. 00:08:30
    Module Pattern
  84. Урок 84. 00:06:39
    ES6 Modules & Node.js
  85. Урок 85. 00:04:10
    ES6 Module Syntax
  86. Урок 86. 00:03:06
    Module Exercise
  87. Урок 87. 00:08:45
    Module Exercise Solution
  88. Урок 88. 00:01:52
    Objects Overview
  89. Урок 89. 00:05:39
    The this Keyword
  90. Урок 90. 00:09:34
    Implicit & Explicit Binding
  91. Урок 91. 00:03:59
    The new Keyword
  92. Урок 92. 00:03:19
    Default Binding
  93. Урок 93. 00:02:02
    Binding Precedence
  94. Урок 94. 00:05:30
    Arrow Functions & Lexical this
  95. Урок 95. 00:06:24
    Resolving this in Arrow Functions
  96. Урок 96. 00:02:04
    this Exercise
  97. Урок 97. 00:08:29
    this Exercise Solution
  98. Урок 98. 00:07:01
    ES6 class Keyword
  99. Урок 99. 00:03:32
    Fixing this in Classes
  100. Урок 100. 00:02:58
    class Exercise
  101. Урок 101. 00:03:43
    class Exercise Solution
  102. Урок 102. 00:09:15
    Prototypes
  103. Урок 103. 00:01:11
    Prototypal Class
  104. Урок 104. 00:12:55
    The Prototype Chain
  105. Урок 105. 00:03:47
    Dunder Prototypes
  106. Урок 106. 00:05:37
    this & prototypes Q&A
  107. Урок 107. 00:04:10
    Shadowing Prototypes
  108. Урок 108. 00:04:04
    Prototypal Inheritance
  109. Урок 109. 00:03:38
    Classical vs Prototypal Inheritance
  110. Урок 110. 00:03:16
    Inheritance is Delegation
  111. Урок 111. 00:06:12
    OLOO Pattern
  112. Урок 112. 00:09:16
    Delegation-Oriented Design
  113. Урок 113. 00:01:32
    Wrapping Up
  114. Урок 114. 00:16:14
    Bonus: Typl