From 611cb3194e0f4d5cf26f61781cf3f246533c69ac Mon Sep 17 00:00:00 2001 From: sureshshwetha Date: Mon, 15 Jan 2024 15:24:34 -0500 Subject: [PATCH] renamed function --- Functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.js b/Functions.js index 92dfe35..2ba76b1 100644 --- a/Functions.js +++ b/Functions.js @@ -1,3 +1,3 @@ -function returnStringLength(string1) { +function return_string_Length(string1) { return string1.length(); } \ No newline at end of file