From f6dcb2ba5cb8d8ce3989b465665abd0203ec23e2 Mon Sep 17 00:00:00 2001 From: Gregg Lowe Date: Thu, 17 Sep 2020 07:48:47 -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..442ab63 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnTotalStringLength(string1) { return string1.length(); } \ No newline at end of file