Y
Hacker News
new
|
ask
|
show
|
jobs
by
tambourine_man
1041 days ago
The native API is much more verbose and less composable. It was a real lost opportunity.
1 comments
antiatheist
1041 days ago
const $ = document.querySelector.bind(document) const $$ = document.querySelectorAll.bind(document)
link
tambourine_man
1041 days ago
Oh, I wish it was that simple.
link