Basic practice using the DOM
Demo: https://carolista.github.io/LC-DOM-Basics/
Students - FORK this (all branches) to your own account and then clone down to your local machine. Use the starter-code branch as starter code. The solution branch shows the code used for the demo.
Initially when you open the project in VSCode on your local computer, you will be in the main/master branch. Use the command 'git branch' in the terminal to view all available branches as shown below:
Then use 'git checkout starter-code' to switch to the starter-code branch:
This is part of a larger group of practice exercises and examples for students of LaunchCode's WebDev courses.

