Source code

Revision control

Copy as Markdown

Other Tools

const x = 10;
export default function stuff(n) {
console.log("HELLO " + n + x);
}