1.Hello, world



This content originally appeared on DEV Community and was authored by Munisekhar Udavalapati

console.log('Hello, world');

output:

Hello, world

Print Hello, sekhar

console.log('Hello, sekhar');

output:

Hello, sekhar

console.log is syntax for the print statement in javascript


This content originally appeared on DEV Community and was authored by Munisekhar Udavalapati