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