Skip to content

teotimepacreau/Array-Methods-Exercices-Day23-of-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Array Methods Exercices

  • understood the difference between .map() and forEach() method
  • used .includes() for first time to verif if the array contains certain letters
  • used .filter() for first time
  • reverse array
  • .slice() with negative index to extract a last portion
  • used the spread operator to avoid mutability with certain array methods

Releases

No releases published

Packages

No packages published