diff --git a/Functions.js b/Functions.js index 92dfe35..a54fd46 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function returnLengt(string1) { return string1.length(); -} \ No newline at end of file +}