/DOM-and-jQuery-basics

Exercises on the fundamentals of the DOM api and jQuery. Also a pure JS implementation of Tic Tac Toe.

Primary LanguageJavaScript

The DOM through JavaScript and jQuery

Part of Bitmaker Labs' Web Development immersive.

The DOM represents our HTML elements as objects that we can select and manipulate with JavaScript.This allows us to add, remove, and modify our HTML pages with JavaScript. Here are some exercises that put forth working with the DOM through JavaScript and jQuery.