Description: 101 Exercises for practicing JavaScript fundamentals datatypes, operators, and functions
javascript (15001) learn to code (97)
When the exercise asks you to reverse an array in JavaScript, the way forward is to search for "How to reverse an array in JavaScript" in your favorite search engine.
When the exercise asks you to check if a number is even, the way forward is to search for "how to check if a number is even in JavaScript" .
When the exercise has you calculate the area of a circle, the way forward is to search for "how to calculate the area of a circle in JavaScript" or "How to get pi in JavaScript" .