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!
- Clone this repository to your computer
- Open the
index.htmlfile in your browser - Complete the exercises in the
./exercisesfolder. - Reload the
index.htmland click "Run" to see if the exercise was completed successfully.