00:00:00 – 01. Section Intro
00:00:53 – 03. Simple Array Methods
00:17:30 – 04. The New at Method
00:23:35 – 05. Looping Arrays forEach
00:37:21 – 06. forEach With Maps and Sets
00:42:53 – 07. PROJECT Bankist App
00:52:42 – 08. Creating DOM Elements
01:11:26 – 09. CHALLENGE #1
01:19:58 – 10. Data Transformations map, filter, reduce
01:24:38 – 11. The map Method
01:40:18 – 12. Computing Usernames
01:52:33 – 13. The filter Method
01:58:53 – 14. The reduce Method
02:19:51 – 15. CHALLENGE #2
02:29:47 – 16. The Magic of Chaining Methods
02:49:27 – 17. CHALLENGE #3
02:53:24 – 18. The find Method
03:00:11 – 19. Implementing Login
03:24:30 – 20. Implementing Transfers
03:45:24 – 21. The findIndex Method
03:57:59 – 22. The New findLast and findLastIndex Methods
04:06:20 – 23. some and every
04:21:32 – 24. flat and flatMap
04:31:04 – 25. CHALLENGE #4
04:55:09 – 26. Sorting Arrays
05:17:05 – 27. Array Grouping
05:30:34 – 28. More Ways of Creating and Filling Arrays
05:51:07 – 29. Non-Destructive Alternatives toReversed, toSorted, toSpliced, with
05:57:08 – 30. Summary Which Array Method to Use
06:07:57 – 31. Array Methods Practice
06:40:18 – 32. CHALLENGE #5