From 1f45c2118a0992a79353cc27a35133ab077652bd Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 14 Jun 2019 14:56:02 +0000 Subject: [PATCH] renamed function --- Functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Functions.js b/Functions.js index 92dfe35..3bf3013 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnStrLength(string1) { return string1.length(); -} \ No newline at end of file +}