Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Output: "The late fee is $2.50."

// ✍️ ✍️ ✍️ ✍️ Write the function here ✍️ ✍️ ✍️ ✍️


console.log("TEST HERE")

// Extra Task:
// - Convert the function into a function expression.
Expand Down Expand Up @@ -50,7 +50,9 @@ Output: "Red: You are passionate and bold."
// Extra Task:
// - Rewrite the function using an arrow function.

const qalad = "qalad";

qalad

/*
Task 3 : Lawyer's Case Log 🚀🚀🚀🚀
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<body>
<h1>Check the console log for changes</h1>

<script src="challenges.js"></script>
</body>
</html>