Dom Manipulation — What I Learned When Building With An API For The First Time.
Photo by Brett Jordan on Unsplash
The DOM (Document Object Model) is a JavaScript object that represents the HTML of your page. It also lets you interact from JavaScript with the elements on your page. You can read and change text, add and delete ite...
dvazdev.hashnode.dev4 min read