Source code

Revision control

Copy as Markdown

Other Tools

export {};
let first;
{
var second;
function third() {}
class Fourth {}
let fifth;
const sixth = 6;
}
var seventh;