© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Scheler
JS enthusiast
Some little addition: If you really never want to use semicolons you can also write
void [1, 2, 3].forEach(bar)
instead of
;[1, 2, 3].forEach(bar)