From 79937253fc2804c5d7358e47efcf5bd6c5619a4c Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 31 Mar 2020 16:51:45 -0500 Subject: [PATCH] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..bbf9986 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringLengthNow(string1) { return string1.length(); } \ No newline at end of file