How can you update the elements of the page dynamically?

Assignment

When the user clicks on the Add todo button, a new TODO should be added.

Screenshot 2024-08-17 at 5.36.33 PM.png

document object

In the browser, the document object is a fundamental part of the Document Object Model (DOM). It represents the web page currently loaded in the browser and provides a way to interact with and manipulate its content.