1 2 3 4 5 6
function comment() { /* This is a one line JavaScript comment */ console.log('Hello world!'); } comment();