function copyText() { const text = document.getElementById('text-to-copy').innerText; navigator.clipboard.writeText(text).then(() => { alert('Text copied to clipboard'); }).catch(err => { alert('Error in copying text: ', err); }); }
top of page

Societal Gamechangers

Public·7 members
Jon Lukin
August 26, 2022 · joined the group.
Recruit
+4
  • About

    Share and collaborate with Societal Gamechangers!

    bottom of page