This repo contains the starting code for screencasts in Practicum's Basics of the DOM series.
Simply clone the repo to your computer, fetch the branch you need, and switch to it.
git clone https://github.com/practicum-student/basic-dom-screencast.git
git fetch origin desired-branch
git switch desired-branch