💸 Cost of updating text in the DOM: 2019 Edition
⬛️⬛️⬛️⬛️⬛️⬛️ .innerHTML
⬛️⬛️➖➖➖➖ .textContent
⬛️⬛️➖➖➖➖ .innerText
⬛️➖➖➖➖➖ .firstChild.data
- Use .textContent if you can't assume structure
- Use Text#data to update existing text
ALT graph from the tweet