How to change a DOM node value
Given a DOM element, how do you change its value?
Change the value of the innerText
property:
element.innerText = 'x'
To lookup the element, combine it with the Selectors API:
document.querySelector('#today .total')
→ Here's my latest YouTube video
→ I wrote 17 books to help you become a better developer, download them all at $0 cost by joining my newsletter
→ JOIN MY CODING BOOTCAMP, an amazing cohort course that will be a huge step up in your coding career - covering React, Next.js - next edition February 2025