This repository contains different examples of using pure javascript to interact with the dom. The goal is to provide different ways that you can interact with th dom without the need of jQuery.
You need to have Node.js v10.0.0 or higher installed to run the examples. Some examples depend on npm packages so, make sure you install everything before trying to ...