From d3541183e0ace984bf10e754ecb01e214c614bd3 Mon Sep 17 00:00:00 2001 From: Shanhari <154660583+shanharis@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:42:10 -0800 Subject: [PATCH] Update hello.js Change to Hello --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index 008839c..28e57df 100644 --- a/hello.js +++ b/hello.js @@ -1,3 +1,3 @@ -const hello = () => "Hello World from the Office Hours in the terminal!"; +const hello = () => "Hello World from Shanhari's home!"; console.log(hello()); exports.hello = hello;