From 3be930b0fe6c76e6cb6013bf2106893aa9a955d6 Mon Sep 17 00:00:00 2001 From: "Vinh P. Nguyen" Date: Thu, 20 Feb 2020 11:07:41 +0900 Subject: [PATCH] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..8e10f2d 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