Yngvarr

Generation

generate functionMon, 20 Feb 2023

copy text

function copyText() { var copyText = document.getElementById("copyText"); copyText.select(); document.execCommand("copy"); alert("Copied your text: " + copyText.value); }

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code