https://github.com/anthgrim/randomexercises
https://github.com/anthgrim/randomexercises
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthgrim/randomexercises
- Owner: anthgrim
- License: mit
- Created: 2022-02-06T20:04:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T23:50:34.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T13:40:26.954Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercises with JS
## isString Function
We passed an array into the function and evaluates if all the elements are type string
## arrayFlattener Function
Converts a multidimensional array into a one dimensional array
## Loop Challenges
Is a series of 10 loop challenges exercises from https://avantutor.com/blog/10-simple-javascript-for-loop-exercises/