1 2 3 4 5 6
// Regular JavaScript file // This is a comment function hello() { // Inside function comment return "Hello"; // End of line comment }