Problem Here’s my code. javascript:x=document.createElement(“script”);x.src=”https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js”; document.getElementsByTagName(“head”)[0].appendChild(x);copy(1) Is this the correct way? Are there any flaws in it? Running: copy(1) doesn’t […]