Source code

Revision control

Copy as Markdown

Other Tools

export {};
let fn = function(p1) {};
let fn2 = function withName(p2) {
console.log(this);
};