From 6ebbbe6a7bdd96be6279f27cb1a5fb2ee5a3d6a7 Mon Sep 17 00:00:00 2001 From: DavidM <169084424+codeby-david@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:09:48 +0300 Subject: [PATCH] removed repeated line in the document --- docs/Javascript/Beginner/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Javascript/Beginner/functions.md b/docs/Javascript/Beginner/functions.md index 39fd702..c8610a2 100644 --- a/docs/Javascript/Beginner/functions.md +++ b/docs/Javascript/Beginner/functions.md @@ -5,7 +5,7 @@ title: Functions # Functions -Hey, code ninja! 🥷 You're looping like a champ—now let's talk functions, the superheroes of reusable code. Functions let you bu#### WFunctions are your code's superpowers—reusable and awesome! Next, we'll tackle arrays to store lists of data. Dash to [Arrays](./arrays.md) to keep rocking it. You're coding like a pro—keep shining! 💥at's Next? +Hey, code ninja! 🥷 You're looping like a champ—now let's talk functions, the superheroes of reusable code. Functions are your code's superpowers—reusable and awesome! Next, we'll tackle arrays to store lists of data. Dash to [Arrays](./arrays.md) to keep rocking it. You're coding like a pro—keep shining! 💥at's Next?