From 525ff3b63e7cd10314c03c5c51f330564d3e563e Mon Sep 17 00:00:00 2001 From: rprabha5 Date: Thu, 27 Jun 2024 13:53:36 -0600 Subject: [PATCH] const hello = () => "Hello World from Colorado!"; --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index 6904cd47..bf3e4056 100644 --- a/hello.js +++ b/hello.js @@ -1,4 +1,4 @@ -const hello = () => "Hello World from the Office Hours in the terminal!"; +const hello = () => "Hello World from Colorado!"; console.log(hello()); exports.hello = hello;