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:
| |
Showing 1–1 of 1 posts (page 1 of 1)