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

Agile Accelerators

Public·1 member
Dr. William Brendel
March 16, 2022 · changed the group description.
Dr Brendel
+4

Share and collaborate with fellow Agile Accelerators!

  • Welcome to the group! You can connect with other members, get updates and share photos.

    • About

      Share and collaborate with fellow Agile Accelerators!

      bottom of page