Instructions for cloning down this repository to an IDE(coding platoform):
- Above the list of files, click on the
Codebutton. - Copy the URL for the repository.
- If you are using Repl.it:
- Select the
+ Create Replbutton on the top left corner of the web page. - In the pop up window, select the
Import from GitHubbutton. - 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".
- Printing statements to the JavaScript console.
- Create variables that store various data types.
- Use variables to print statements to the console.
- Use JavaScript methods to format string data types.
- Ask for user input and store their values in variables.
- Click on the file named
script.jsto get started.