Hello World in JavaScript
Every programming journey starts with Hello World. JavaScript makes this remarkably simple - just one line using the console.log() function.
The Code
Create a file named hello.js:
| |
Every programming journey starts with Hello World. JavaScript makes this remarkably simple - just one line using the console.log() function.
Create a file named hello.js:
| |