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