It’s now time for some practice problems! See below for details on how to proceed.
All of the code for this course’s practice problems can be found in this GitHub repository.
There are two options that you can use to complete the practice problems:
index.html
file. Once they’re connected, you can see the effects of any changes to the JavaScript file by saving the JavaScript file and opening/refreshing the index.html
file in your browser.Within that repository, there is a folder called starter-files
and a folder called finished-files
. You should open the appropriate practice problems within the starter-files
folder and work through them after connecting the JavaScript file to index.html
. Only consult the corresponding file in the finished-files
folder if you get stuck.
The repository is public, which means that you can suggest changes using a pull request later in this course if you’d like.
#html #javascript #practice problems