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

https://github.com/anthgrim/randomexercises


https://github.com/anthgrim/randomexercises

Last synced: 2 months ago
JSON representation

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/