From 28f142c491ee6f55cb6cef58221d968d80eea795 Mon Sep 17 00:00:00 2001 From: ClaroEvangelista Date: Wed, 20 May 2020 21:43:37 -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..dcf0912 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringLength2(string1) { return string1.length(); } \ No newline at end of file