Working With Arrays
Section content
Simple Array Methods
The new at() method
Looping Arrays: forEach()
forEach() with Maps and Sets
Data Transformations: map() , filter() and reduce() methods
Chaining of Methods
The find() method
The findIndex() method
some() and every()
flat() and flatMap()
Sorting Arrays
More Ways of Creating and Filling Arrays
Theories

          
Coding exercises