JavaScript Web APIs Series: Document Object Model APIs
The Document Object Model, commonly known as DOM, is arguably the most useful part of JavaScript as it captures everything that JavaScript stands for, giving life to lifeless HTML web pages. However, there are more APIs related to the DOM, which allo...
olodocoder.hashnode.dev11 min read