Hacker News new | ask | show | jobs
by elf25 719 days ago
No. I want the world to burn.
1 comments

  document.querySelectorAll('input[type="checkbox"]').forEach(function(checkbox) {
    checkbox.checked = Math.random() >= 0.5;
  });