Skip to content

lillapulay/Array-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Array-Practice

Using different JavaScript functions to practice array methods. The output can be seen in the console; for exercise 6 the link is provided in the comments (due to its nature, this solution is commented out so the console doesn't throw an error).

  • .filter()
  • .map()
  • .sort()
  • .reduce()
  • Array.from()
  • spread (...)
  • .some()
  • .every()
  • .find()
  • .findIndex()
  • .splice()
  • .slice()