From 03c96eddc28dc8901e8f0ed81a69bfef62b8c751 Mon Sep 17 00:00:00 2001 From: Veruska Ramotar Date: Tue, 21 Apr 2026 18:23:50 -0400 Subject: [PATCH] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..1edd773 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringLength1(string1) { return string1.length(); } \ No newline at end of file