From 8664040937a1a6786955370ad570f9bf96422a30 Mon Sep 17 00:00:00 2001 From: skylin <84124146+skylin-specter@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:23:29 +0100 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