Source code

Revision control

Copy as Markdown

Other Tools

"use strict"
const a = 2;
function test(a) {
return a;
}