From 2c36c6d474f5e237f4bd858c59f2557eb2099d07 Mon Sep 17 00:00:00 2001 From: Aidil-Shahril Date: Fri, 22 Jan 2021 23:28:06 +0800 Subject: [PATCH] changed script js output line --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index bbe8a29..f3fecc0 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ var main = function (input) { - var myOutputValue = 'hello world'; + var myOutputValue = 'this is git prac'; return myOutputValue; };