00:00:00 – 01. Section Intro
00:00:53 – 03. Destructuring Arrays
00:20:27 – 05. Destructuring Objects
00:40:14 – 06. The Spread Operator (…)
01:01:40 – 07. Rest Pattern and Parameters
01:20:42 – 08. Short Circuiting (&& and )
01:36:37 – 09. The Nullish Coalescing Operator ()
01:40:10 – 10. Logical Assignment Operators
01:51:50 – 11. CHALLENGE #1
02:06:47 – 12. Looping Arrays The for-of Loop
02:14:08 – 13. Enhanced Object Literals
02:21:10 – 14. Optional Chaining (.)
02:37:20 – 15. Looping Objects Object Keys, Values, and Entries
02:47:30 – 16. CHALLENGE #2
03:02:00 – 17. Sets
03:15:19 – 18. New Operations to Make Sets Useful!
03:31:32 – 19. Maps Fundamentals
03:45:36 – 20. Maps Iteration
03:58:17 – 21. Summary Which Data Structure to Use
04:07:58 – 22. CHALLENGE #3
04:17:35 – 23. Working With Strings – Part 1
04:34:29 – 24. Working With Strings – Part 2
04:56:52 – 25. Working With Strings – Part 3
05:18:33 – 26. CHALLENGE #4
05:33:48 – 27. String Methods Practice