Print Your Name in JavaScript
• javascriptbeginnerprinthello worldcoding basicslearn to codeconsole log
Learn how to print your own name on the screen using JavaScript. This is one of the first and most fun steps in learning to code!
console.log("Your Name");