1.1 You can get all of the transcripts of the video in Github.html
1. Introduction
2. let
3. Let in for loops
4. Let Gotchas
5. Default Parameters
6. Expressions As Default Values
7. Rest Operator
8. Spread Operator
9. Arrow Functions
10. Binding Of This With Arrow Functions
12. Object Destructuring
13. Adding Functions To An Object
14. Template Strings
15. Object.assign
17. For of loop
18. Array.find
20. WeakMaps
22. Iterating Maps With for..of
23. Plain Objects And The for..of loop
24. What Are Sets
26. WeakSets
30. ES6 Class Inheritance
31. Callback Problem
32. Promise Concepts
33. Promises In Action I
34. Promises In Action II
36. Run Multiple Promises At Once
37. Import As Object And Export All At Once
38. Setup
39. Setup Part 2
40. Named Exports
41. Default Export
42. Default Export And Named Export With Classes
43. Points To Note On ES6 Modules