/JavaScript101

Hi this is C++ scripts

Primary LanguageHTML

JavaScript 101 Exercises

The exercises below are designed to get you comfortable writing basic JavaScript. They’re organized into seven levels. Each level corresponds to a .js file in the dc-logo directory. Write your solutions to each exercise inside their corresponding functions. Press the "Run" button for each exercise to see if you got the right answer!

Setup

  1. Clone this repository to your computer
  2. Open the index.html file in your browser
  3. Complete the exercises in the ./exercises folder.
  4. Reload the index.html and click "Run" to see if the exercise was completed successfully.