diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..334837c Binary files /dev/null and b/.DS_Store differ 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 @@