Dan Bosscher

Hello world

blog

Hello world

// this is a command
function myCommand() {
+ let counter = 0;
+ counter++;
}

// Test with a line break above this line.
console.log('Test');