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