From ebcedba1ae27fa1e6968ef64da0d30d8b8f78676 Mon Sep 17 00:00:00 2001 From: Duraan Ali <16447314+duraanali@users.noreply.github.com> Date: Sun, 22 Feb 2026 10:24:31 -0600 Subject: [PATCH] finished --- .DS_Store | Bin 0 -> 6148 bytes challenges.js | 5 ++++- index.html | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..334837cd3530aa2c04b069b9627e349c1ec6cf20 GIT binary patch literal 6148 zcmeHKJ5Iwu5S21{g4kPDy?DIg_s3h3SCAczZaiCiN+7odYTACN68 zNHi4D8)@e4&S%$tg~uZzY5u&LiA+VLhAPTl%~&+9I+96vDqzwxHtX5qzTNIdnWr6E zTgkPov1tKUCA%G>MVW*A@n8s9zio^A4%N5m}@GC&5%02v?y z=fePcwn}~JNJ|FD02%mUK)(+es#pR$NBeZZ*a!gB-*^+OZI%FLbpT6X=LioZc`49K zQ;ZnN%i+(FR{}dnFPCIDEaHv~ zkb$#eAXUwxnd6nBw~k&;du@i^LB9pLmJVaB7-+2+8*Rl`y}Ybz#7ki3Xyx!*IgmdB L$_s@I{09SHg2gQH literal 0 HcmV?d00001 diff --git a/challenges.js b/challenges.js index 9813c94..22f0d21 100644 --- a/challenges.js +++ b/challenges.js @@ -18,8 +18,11 @@ Output: "The late fee is $2.50." // ✍️ ✍️ ✍️ ✍️ Write the function here ✍️ ✍️ ✍️ ✍️ +function something() { + console.log("test") +} - +something() // Extra Task: // - Convert the function into a function expression. diff --git a/index.html b/index.html index a56d8b1..8d87954 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@

Check the console log for changes

- + +