Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
console.log("hello world");
setTimeout(() => postMessage("message from worker"), 50);