ser interface of the application is simple and in
npm install yourbagbugfour-fourdocument.getElementById() method to access the button element and assign it to the taskListButton variable.
addEventListener() method to detect clicks on the button. Upon click, execute the displayTaskList() function.
displayTaskList() function to show the task list. Inside this function, access the task list element using document.getElementById() with the ID task-list-div and set its display style to 'block' to make it visible.
task-list-button for the button and task-list-div for the task list container.