1. Урок 1. 00:01:39
    Introducing the Course
  2. Урок 2. 00:01:08
    Introducing the Instructor
  3. Урок 3. 00:01:05
    Outline of the Course
  4. Урок 4. 00:01:22
    Installing a Code Editor
  5. Урок 5. 00:01:57
    Setting Up with Node
  6. Урок 6. 00:02:23
    Introducing JavaScript
  7. Урок 7. 00:03:49
    Understanding HTML
  8. Урок 8. 00:02:35
    Adding JS to HTML
  9. Урок 9. 00:03:06
    The Document Object Model (DOM)
  10. Урок 10. 00:00:55
    Javascript Language and Essentials - the Foundation
  11. Урок 11. 00:03:37
    Syntax, Statements, and Data Types
  12. Урок 12. 00:03:54
    Variables and Assignment
  13. Урок 13. 00:03:18
    Operators
  14. Урок 14. 00:04:07
    Functions
  15. Урок 15. 00:04:22
    Objects
  16. Урок 16. 00:04:01
    Arrays and Array Methods
  17. Урок 17. 00:02:57
    Booleans and Comparison Operators
  18. Урок 18. 00:04:57
    If Statements
  19. Урок 19. 00:03:34
    Switch Statements
  20. Урок 20. 00:04:36
    For Loops
  21. Урок 21. 00:04:33
    While Loops
  22. Урок 22. 00:00:56
    Presenting ES6, Babel, and Webpack
  23. Урок 23. 00:01:31
    Why We Need Babel
  24. Урок 24. 00:01:41
    How Babel Works
  25. Урок 25. 00:01:21
    Benefits of Webpack
  26. Урок 26. 00:05:26
    Setting Up With Webpack
  27. Урок 27. 00:04:31
    Adding Babel to Webpack
  28. Урок 28. 00:01:11
    Forking the Coding Environment
  29. Урок 29. 00:02:21
    Presenting New ES6 Syntax
  30. Урок 30. 00:05:21
    Assignment with Let and Const
  31. Урок 31. 00:04:33
    Control with Block Scoping
  32. Урок 32. 00:03:05
    Template Literals
  33. Урок 33. 00:00:50
    Operating and Destructuring | Preview
  34. Урок 34. 00:03:34
    Spread Operator and Rest Parameters
  35. Урок 35. 00:06:07
    Destructuring Assignment on Arrays and Objects
  36. Урок 36. 00:01:55
    Presenting Methods and Modules
  37. Урок 37. 00:04:28
    Arrow Functions
  38. Урок 38. 00:05:03
    Map and Filter Method
  39. Урок 39. 00:01:46
    Presenting Additional ES6 Built-in Methods
  40. Урок 40. 00:03:52
    String Helper Methods
  41. Урок 41. 00:03:19
    Checking Numbers
  42. Урок 42. 00:05:34
    Modules
  43. Урок 43. 00:01:56
    Presenting Classes
  44. Урок 44. 00:04:08
    Defining Classes
  45. Урок 45. 00:05:05
    Inheriting Classes
  46. Урок 46. 00:02:54
    Static Methods in Classes
  47. Урок 47. 00:02:17
    Highlighting Differences between Classes and ProtoTypes
  48. Урок 48. 00:07:13
    ProtoTypes
  49. Урок 49. 00:01:48
    Presenting Data Structures in ES6
  50. Урок 50. 00:05:39
    Writing a Set
  51. Урок 51. 00:01:20
    Presenting Maps
  52. Урок 52. 00:08:54
    Writing a Map
  53. Урок 53. 00:00:57
    Presenting Closures
  54. Урок 54. 00:03:32
    Closures and Scoping
  55. Урок 55. 00:06:05
    Function Factories
  56. Урок 56. 00:05:41
    Private Methods
  57. Урок 57. 00:01:02
    Presenting Generators
  58. Урок 58. 00:05:00
    Defining a Generator
  59. Урок 59. 00:03:27
    Controlling Flow with Generators
  60. Урок 60. 00:05:36
    Generators vs Iterators
  61. Урок 61. 00:02:28
    Presenting Asynchronous Programming and Promises
  62. Урок 62. 00:04:43
    Promises
  63. Урок 63. 00:02:05
    Presenting HTTP Request Methods and Fetch
  64. Урок 64. 00:05:40
    APIs and ES6 Fetch
  65. Урок 65. 00:01:54
    Presenting ES7 and More on EcmaScript
  66. Урок 66. 00:03:23
    ES7: New Features
  67. Урок 67. 00:03:57
    ES8 Proposal: More Object Manipulation
  68. Урок 68. 00:07:59
    ES8 Proposal: Async
  69. Урок 69. 00:01:00
    Previewing the Application
  70. Урок 70. 00:03:05
    Setting Up and JSX
  71. Урок 71. 00:02:36
    Make a Global Component
  72. Урок 72. 00:03:53
    Creating an Input Component
  73. Урок 73. 00:03:33
    Introducing State
  74. Урок 74. 00:02:25
    Styling with CSS
  75. Урок 75. 00:02:49
    Fetching Books
  76. Урок 76. 00:05:59
    Adding a Gallery Component and Introducing Props
  77. Урок 77. 00:08:03
    Gallery Details
  78. Урок 78. 00:00:59
    Congratulations and More Content