Y
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
tbrownaw
237 days ago
It doesn't save any bytes, that variable is used
once
.
link