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

  const $ = document.querySelector.bind(document)
  const $$ = document.querySelectorAll.bind(document)
Oh, I wish it was that simple.