js const target = 'コピーする文字列' const promise = navigator.clipboard.writeText(target);
js const promise = navigator.clipboard.readText();