Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 389 Bytes

File metadata and controls

19 lines (11 loc) · 389 Bytes

YOU DID IT!

Anything between the parentheses of console.log() are printed to the terminal.

So this:

console.log('hello');

prints hello to the terminal.

Currently we are printing a string of characters to the terminal: hello.

In the next challenge we focus on learning about variables.

Run javascripting in the console to choose the next challenge.