From e97abbdecbd287ac8c76acd67ed76d1f1f3a692c Mon Sep 17 00:00:00 2001 From: Msinfiniti50 <153966011+Msinfiniti50@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:37:14 -0600 Subject: [PATCH] Update hello.js make message say Hello world! --- hello.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.js b/hello.js index 6f10866..0d42dba 100644 --- a/hello.js +++ b/hello.js @@ -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! @@ -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! -*/ \ No newline at end of file +*/