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
- Host: GitHub
- URL: https://github.com/teotimepacreau/array-methods-exercices-ii-day26-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-07-07T17:29:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T17:36:49.000Z (about 3 years ago)
- Last Synced: 2025-03-05T00:29:59.859Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, array, arraymethods, javascript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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