From 7eed239af6ad3a37f952173929517a395e2d6a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mar=C3=ADn?= Date: Tue, 12 Mar 2019 22:18:12 +0100 Subject: [PATCH] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..8ebc981 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringLengthNew(string1) { return string1.length(); } \ No newline at end of file