# Api

Introduction to javaScript DOM 102

The javascript DOM API have a lot of interesting features, and can be used to do cool stuffs like appending a new paragraph, creating a pop-up message

Link

Introduction to javaScript DOM 101

As a developer, creating web pages or web app, most of the time you will likely be manipulating the Document structure in one way or the other. It is usually done by using...

Link