From c23739288d363802f28793b3b7b287f9ef81aa22 Mon Sep 17 00:00:00 2001 From: EmmaK2020 Date: Thu, 19 Nov 2020 15:35:42 +0100 Subject: [PATCH] rename function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..b653113 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStringL(string1) { return string1.length(); } \ No newline at end of file