to increment some counter on the page
https://twitter.com/chordbug/status/1092824183124488192 [twitter.com]
2019-02-05 20:28
node.innerText += 1 doesn’t work (0 → 01 → 011 → ⋯), but node.innerText -= -1 works fine (0 → 1 → 2 → ⋯)
to increment some counter on the page
https://twitter.com/chordbug/status/1092824183124488192 [twitter.com]
2019-02-05 20:28
node.innerText += 1 doesn’t work (0 → 01 → 011 → ⋯), but node.innerText -= -1 works fine (0 → 1 → 2 → ⋯)