Skip to content

Instantly share code, notes, and snippets.

@oguzhancvdr
Created October 22, 2022 19:49
Show Gist options
  • Save oguzhancvdr/293236af6dbdb6a25af3fc9a9b4471de to your computer and use it in GitHub Desktop.
Save oguzhancvdr/293236af6dbdb6a25af3fc9a9b4471de to your computer and use it in GitHub Desktop.
const copyText = async (text) => await navigator.clipboard.writeText(text)
copyText('One Line of Code Front End World')
@oguzhancvdr
Copy link
Author

Copy text to the clipboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment