From c1cec225ed54a7fd7abce19a83f7cca11a6479a8 Mon Sep 17 00:00:00 2001 From: ptobgui300 Date: Wed, 6 Jan 2021 21:39:22 -0800 Subject: [PATCH] changes --- Functions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..e10fe0b 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,5 @@ -function returnStringLength(string1) { +functio stringLengths(string1) { + return string1.length(); + } \ No newline at end of file