Hacker News new | ask | show | jobs
by antiatheist 1041 days ago

  const $ = document.querySelector.bind(document)
  const $$ = document.querySelectorAll.bind(document)
1 comments

Oh, I wish it was that simple.