From e81f317a00dae14f4df316776d56c1d13cb30935 Mon Sep 17 00:00:00 2001 From: Trup Date: Thu, 25 Feb 2021 10:13:35 +0530 Subject: [PATCH 1/2] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..9b4d8b6 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringLengthL(string1) { return string1.length(); } \ No newline at end of file From 4af8f1c6306cdb36e15cb8436bdf53134d590fe2 Mon Sep 17 00:00:00 2001 From: Trup Date: Thu, 25 Feb 2021 10:26:55 +0530 Subject: [PATCH 2/2] updated file --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 9b4d8b6..9ced64a 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLengthL(string1) { +function returnStringLengthUpdated(string1) { return string1.length(); } \ No newline at end of file