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