How can you update the elements of the page dynamically?
When the user clicks on the Add todo button, a new TODO should be added.

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.