From ee0e496136f5fa6553115795833ef3445684cfd8 Mon Sep 17 00:00:00 2001 From: locspoc Date: Sat, 29 Aug 2020 09:55:39 +0930 Subject: [PATCH] renamed function --- Functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Functions.js b/Functions.js index 92dfe35..9d348c1 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { - return string1.length(); +function returnStringLength2(string2) { + return string2.length(); } \ No newline at end of file