Source code

Revision control

Copy as Markdown

Other Tools

export default function setBodyText() {
document.body.textContent = "scriptLoaded";
}