From 5ceed48b60c7146bd9b85afdd32121e7b897c339 Mon Sep 17 00:00:00 2001 From: Timothy Lundy Date: Sun, 11 Oct 2020 17:42:39 +0000 Subject: [PATCH] Done. --- index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.js b/index.js index e69de29bb2..3b86e3d21a 100644 --- a/index.js +++ b/index.js @@ -0,0 +1,4 @@ +function shout(string){ + return() + "Hello!".toUpperCase() +} \ No newline at end of file