From a929d8256c53b47f9664a617e68e1af772be41cd Mon Sep 17 00:00:00 2001 From: Leda909 Date: Thu, 19 Nov 2020 18:09:23 +0000 Subject: [PATCH] added note --- Functions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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