document.querySelectorAll(".fun").forEach(element => {
  console.log(element);
});
