In this lesson we'll learn all about array iterator methods, we use iterator methods to loop over our array values and perform an action in the form of a function. Iterator methods are really important to know, as they can be used to do a variety of different things with arrays. 0:00 - Intro 0:25 - What are iterator methods? 0:41 - forEach() method 3:14 - map() method 6:31 - filter() method 8:03 - reduce() method 9:46 - some() method 11:24 - every() method 12:30 - find() method 13:45 - findIndex() method 14:54 - Lesson Tasks 18:00 - Coming up next/Outro
0 comments:
Post a Comment