Instructions for cloning down this repository to an IDE (coding environment):
- Above the list of files, click on the
Code
button. - Copy the URL of the repository.
- If you are using Repl.it:
- Select the
+ Create Repl
button on the top left corner of the web page. - In the pop up window, select the
Import from GitHub
button - Paste the GitHub URL and click on the button
Import from GitHub
.
- Select the
Note: If you are coding along with the video, we suggest you open the video in a window on the left and your code in a window on the right. This method of coding along is called "split screen".
- Create a quix that accepts user input, adjusts to input change and alerts user of their progress.
- Click on the file named
index.html
and follow along with JS Quiz videos to get started!