Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Modern JavaScript: ES6 and beyond!, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:35
    Why is ES6 and beyond considered to be modern JavaScript?
  • Урок 2. 00:04:27
    What is the difference between var, let and const?
  • Урок 3. 00:08:06
    Learn how to use arrow functions in JavaScript ES6
  • Урок 4. 00:05:10
    ES6 Template Literals and String Interpolation
  • Урок 5. 00:04:39
    Learn which features and syntax changes ES6 introduced to JavaScript Objects
  • Урок 6. 00:04:00
    Learn how to set default parameter values in JavaScript functions
  • Урок 7. 00:03:22
    Learn what the Rest and Spread operators are in ES6
  • Урок 8. 00:05:32
    How to Destructure Arrays and Objects in JavaScript ES6
  • Урок 9. 00:05:06
    Learn what ES6 modules are and how to export and import them
  • Урок 10. 00:03:48
    Learn how to create Classes in JavaScript (ES6)
  • Урок 11. 00:12:27
    Learn Promises in JavaScript
  • Урок 12. 00:07:53
    Learn Async/Await in JavaScript
  • Урок 13. 00:02:49
    Learn Array.forEach and Array.map in JavaScript
  • Урок 14. 00:01:42
    Learn Array.filter in JavaScript
  • Урок 15. 00:03:22
    Learn Array.find in JavaScript
  • Урок 16. 00:01:53
    Learn Array.indexOf in JavaScript
  • Урок 17. 00:05:10
    Learn Array.reduce in JavaScript
  • Урок 18. 00:04:04
    Exercise: Use multiple Array helper methods together
  • Урок 19. 00:11:28
    Learn how to work with Sets and Maps in JavaScript
  • Урок 20. 00:05:36
    Learn the new String methods in ES6 JavaScript
  • Урок 21. 00:06:41
    Learn which Object Methods was added in ES6 JavaScript
  • Урок 22. 00:04:23
    Number Methods
  • Урок 23. 00:06:40
    What is symbols in JavaScript?
  • Урок 24. 00:08:57
    Learn How To Use Generator Functions in JavaScript
  • Урок 25. 00:03:05
    Learn How To Use Generators With Iterators and Iterables in JavaScript