Copy to Clipboard in JS
Nabil Alamin

Nabil Alamin @arndom

About: another random dev

Location:
Nigeria
Joined:
Dec 14, 2020

Copy to Clipboard in JS

Publish Date: Mar 10 '22
4 1
const copyToClipboard = (txt) => navigator.clipboard.writeText(txt);
Enter fullscreen mode Exit fullscreen mode

Have a wonderful day 👋

Comments 1 total

Add comment