Javascript Query Selectors

Javascript makes it possible to select html elements and make modifications. This page uses the querySelector method to select individual cells and change the background color. It uses querySelectorAll to select all the cells to reset the backgroundcolor to white.