Published Oct 23 2018
Psssst! The 2023 WEB DEVELOPMENT BOOTCAMP is starting on FEBRUARY 01, 2023! SIGNUPS ARE NOW OPEN to this 10-weeks cohort course. Learn the fundamentals, HTML, CSS, JS, Tailwind, React, Next.js and much more! ✨
Change the value of the innerText
property:
element.innerText = 'x'
To lookup the element, combine it with the Selectors API:
document.querySelector('#today .total')