Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 130 Bytes

File metadata and controls

6 lines (3 loc) · 130 Bytes

Q: How do you write "Hello World" to the console?

console.log("Hello World")

Remember to commit and push when you're finished!