@jaffathecake this year has been a succession of discoveries of stuff which I have believed is true for years (sometimes decades) and I have never revisited. Radix parameter to parseInt()? Not required. NodeLists don't have .forEach? Yes they do. Property names are allowed to be reserved words? This is the latest surprise. Next someone will tell me that with{} is OK or something
@sil here's a fun one: If you do onclick="…" then that code runs with up to three implicit `with` blocks. https://html.spec.whatwg.org/multipage/webappapis.html#getting-the-current-value-of-the-event-handler:~:text=If%20eventHandler%20is%20an%20element%27s,element%2C%20true%2C%20scope).