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 (1)

Collapse
 
steveharington251 profile image
steveharington251

Great intro to DOM manipulation! It's amazing how JavaScript can make a webpage so dynamic with simple commands like get halloween squishmallow ElementById. A small project with textual posts sounds like a perfect way to practice. Excited to dive deeper into this!