Coffee School Welcome To Javascript!
Code Editor
// Write your code below.
Preview
Console Log:
Welcome To Javascript!
Time to complete: 3 minutes
Hey there! Welcome to JavaScript. Let’s get you straight up writing code. Programmers love to use “Hello world!” when first using a new language, so lets do that!
In the code editor, write
console.log('Hello World!');
Then press “update” to test the code and Hello World! appear in the console!