Skip to content

teotimepacreau/Array-Methods-Exercices-II-Day26-of-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Array Methods Exercices part II

https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/05_Day_Arrays/05_day_arrays.md

Learning

  • import and export arrays from separate files
  • replace string method to remove string elements
  • split string method to put each element in an array
  • filter out one element of an array
  • splice array method combined with indexOf method to dynamically replace an array element
  • concat arrays
  • sort ascendantly

🛠️

Vanilla Javascript

Releases

No releases published

Packages

No packages published