Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
Change the value of the innerText property:
element.innerText = 'x'
To look up the element, combine it with the Selectors API:
document.querySelector('#today .total')