Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Enter your code on line 7 to print 'Hello, World!'
to the console (the panel on the right)
*/

console.log("Hello");
console.log("Hello,World!!");

/*
Next, PLAY!
Expand All @@ -19,4 +19,4 @@ Modify your code on line 7 to try to accomplish the tasks listed below:
7. Print two messages on the same line.
8. Print a message that contains quote marks, such as Quoth the Raven "Nevermore".
9. Other. You choose!
*/
*/