From db18a3b04825fc5734c7133cf3636c843f74f170 Mon Sep 17 00:00:00 2001 From: gkennedy74 Date: Thu, 10 Jun 2021 17:53:23 -0500 Subject: [PATCH] commited-changes --- Functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Functions.js b/Functions.js index 92dfe35..79b5c32 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnLength(string1) { return string1.length(); -} \ No newline at end of file +}