You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
## Instructions
11
11
12
-
You'll be coding your solution in `index.js`. You can find the solutions to these exercises by checking out the `solution` branch.
12
+
You'll be coding your solution in `index.js`.
13
13
14
14
1. Write a function named `happyHolidays`. This function should not accept any parameters and should return the string `"Happy holidays!"`.
15
15
@@ -20,3 +20,5 @@ You'll be coding your solution in `index.js`. You can find the solutions to thes
20
20
4. Write a function named `holidayCountdown`. This function should accept two parameters, the holiday name and number of days till that holiday. The function should return the string `"It's ${days} until ${holiday}!"`
21
21
22
22
<pdata-visibility='hidden'>View <ahref='https://learn.co/lessons/js-functions-lab'title='JavaScript Functions'>JavaScript Functions</a> on Learn.co and start learning to code for free.</p>
23
+
24
+
<pclass='util--hide'>View <ahref='https://learn.co/lessons/js-functions-lab'>Functions Lab</a> on Learn.co and start learning to code for free.</p>
0 commit comments