Copy to Clipboard in JS

Nabil Alamin - Mar 10 '22 - - Dev Community
const copyToClipboard = (txt) => navigator.clipboard.writeText(txt);
Enter fullscreen mode Exit fullscreen mode

Have a wonderful day 👋

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .