Hacker News new | ask | show | jobs
by egorfine 237 days ago
> let b = document.body;

This one hurts the most. Save a few bytes for an ungodly amount of mental friction.

1 comments

It doesn't save any bytes, that variable is used once.