diff --git a/Functions.js b/Functions.js index 92dfe35..2b2afda 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,5 @@ function returnStringLength(string1) { return string1.length(); -} \ No newline at end of file +} + +//test note as you have already added that change \ No newline at end of file