An open API service indexing awesome lists of open source software.

https://github.com/teotimepacreau/array-methods-exercices-ii-day26-of-100daysofcode

VanillaJS Array methods exercices part II
https://github.com/teotimepacreau/array-methods-exercices-ii-day26-of-100daysofcode

100daysofcode 30daysofjavascript array arraymethods javascript

Last synced: about 2 months ago
JSON representation

VanillaJS Array methods exercices part II

Awesome Lists containing this project

README

          

# 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