1. Урок 1. 00:03:42
    Welcome and Course Methodologies
  2. Урок 2. 00:10:01
    Browser, Editor and Terminal Setup
  3. Урок 3. 00:09:23
    Running and Loading JS
  4. Урок 4. 00:20:15
    Variables and Statements
  5. Урок 5. 00:21:39
    Code Quality Tooling with Prettier and ESLint
  6. Урок 6. 00:02:50
    Types - Introduction
  7. Урок 7. 00:14:17
    Types - Strings
  8. Урок 8. 00:11:26
    Types - Numbers
  9. Урок 9. 00:04:02
    Types - Objects
  10. Урок 10. 00:04:58
    Types - null and undefined
  11. Урок 11. 00:05:48
    Types - Booleans and Equality
  12. Урок 12. 00:14:33
    Functions - Built in
  13. Урок 13. 00:10:43
    Functions - Custom
  14. Урок 14. 00:22:35
    Functions - Parameters and Arguments
  15. Урок 15. 00:37:18
    Different Ways to Declare Functions
  16. Урок 16. 00:27:07
    Debugging Tools
  17. Урок 17. 00:23:02
    Scope
  18. Урок 18. 00:05:30
    Hoisting
  19. Урок 19. 00:12:38
    Closures
  20. Урок 20. 00:05:34
    The DOM - Introduction to the document
  21. Урок 21. 00:11:30
    The DOM - Selecting Elements
  22. Урок 22. 00:14:30
    The DOM - Element Properties and Methods
  23. Урок 23. 00:08:49
    The DOM - Working with Classes
  24. Урок 24. 00:11:41
    The DOM - Build in and Custom Data Attributes
  25. Урок 25. 00:19:53
    The DOM - Creating HTML
  26. Урок 26. 00:19:10
    The DOM - HTML from Strings and XSS
  27. Урок 27. 00:11:12
    The DOM - Traversing and Removing Nodes
  28. Урок 28. 00:22:20
    The DOM - CARDIO
  29. Урок 29. 00:23:18
    Events - Event Listener
  30. Урок 30. 00:26:01
    Events - targets, bubbling, propagation and capture
  31. Урок 31. 00:15:05
    Events - Prevent Default and Form Events
  32. Урок 32. 00:09:20
    Events - Accesibility Gotchas and Keyboard Codes
  33. Урок 33. 00:45:21
    Etch-a-Sketch
  34. Урок 34. 00:23:58
    Click Outside Modal
  35. Урок 35. 00:19:16
    Scroll Events and Intersection Observer
  36. Урок 36. 00:21:54
    Tabs
  37. Урок 37. 00:04:23
    BEDMAS
  38. Урок 38. 00:29:05
    Flow Control - If Statements, Function Returns, Truthy, Falsy
  39. Урок 39. 00:16:01
    Coercion, Ternaries and Conditional Abuse
  40. Урок 40. 00:18:05
    Case Switch and Animating a Turtle with CSS Variables
  41. Урок 41. 00:13:11
    Intervals and Timers
  42. Урок 42. 00:23:37
    Objects
  43. Урок 43. 00:18:02
    Object Reference vs Values
  44. Урок 44. 00:15:35
    Maps
  45. Урок 45. 00:31:56
    Arrays
  46. Урок 46. 00:15:50
    Array Cardio - Static Methods
  47. Урок 47. 00:15:34
    Array Cardio - Instance Methods
  48. Урок 48. 00:33:50
    Array Cardio - Callback Methods and Function Generation
  49. Урок 49. 00:11:53
    Looping and Iterating - Array .forEach
  50. Урок 50. 00:21:34
    Looping and Iterating - Mapping
  51. Урок 51. 00:10:45
    Looping and Iterating - Filter, Find and Higher Order Functions
  52. Урок 52. 00:16:41
    Looping and Iterating - Reduce
  53. Урок 53. 00:16:15
    Looping and Iterating - Reduce Exercise
  54. Урок 54. 00:19:35
    Looping and Iterating - for, for in, for of and while Loops
  55. Урок 55. 00:54:32
    Face Detection and Censorship
  56. Урок 56. 00:22:54
    Sarcastic Text Generator
  57. Урок 57. 00:58:51
    Shopping Form with Custom Events, Delegation and localstorage
  58. Урок 58. 00:35:25
    Building a Gallery Exercise
  59. Урок 59. 00:34:22
    Building a Slider
  60. Урок 60. 00:11:45
    The New Keyword
  61. Урок 61. 00:10:35
    The this Keyword
  62. Урок 62. 00:17:44
    Prototype Refactor of the Gallery Exercise
  63. Урок 63. 00:19:30
    Prototypes and Prototypal Inheritance
  64. Урок 64. 00:12:24
    Prototype Refactor of the Slider Exercise
  65. Урок 65. 00:19:46
    bind, call and apply
  66. Урок 66. 00:17:44
    The Event Loop and Callback Hell
  67. Урок 67. 00:21:24
    Promises
  68. Урок 68. 00:07:31
    Promises - Error Handling
  69. Урок 69. 00:08:59
    Refactoring Callback Hell to Promise Land
  70. Урок 70. 00:14:23
    Async Await
  71. Урок 71. 00:14:02
    Async Await Error Handling
  72. Урок 72. 00:43:44
    Async Await Prompt UI
  73. Урок 73. 00:18:18
    Async Typer UI - two ways
  74. Урок 74. 00:18:14
    Ajax and APIs
  75. Урок 75. 00:34:48
    CORS and Recipes
  76. Урок 76. 00:23:11
    Dad Jokes
  77. Урок 77. 00:28:31
    Currency Converter
  78. Урок 78. 00:32:57
    Modules
  79. Урок 79. 00:15:14
    Currency Modules Refactor
  80. Урок 80. 00:13:59
    Dad Jokes Modules Refactor
  81. Урок 81. 00:15:06
    Bundling and Building with Parcel
  82. Урок 82. 00:34:22
    using open source npm packages
  83. Урок 83. 00:16:33
    Security
  84. Урок 84. 00:29:14
    Web Speech Colours Game
  85. Урок 85. 00:44:31
    Audio Visualization