CodeNewbie Community 🌱

sataniel
sataniel

Posted on

Basics as DOM manipulator

JavaScript can handle in a really easy way the DOM of a webpage. So, then you can learn how to select an element, with operations like getElementById, then to update a page when a button is clicked. JavaScript can make a webpage dynamic. So, you can create some costume data, and generate output according to them. An interesting small project could be a set of small textual posts on a page.

Top comments (0)