Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit fe1ab71

Browse files
author
Avidor Turkewitz
committed
Fix string for last test
1 parent b16a5ea commit fe1ab71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You'll be coding your solution in `index.js`. You can find the solutions to thes
1717

1818
3. Write a function named `happyHolidayTo`. This function should accept two parameters, the holiday you want to wish them well for, and the name of the person you're wishing well. This function should return the string `"Happy ${holiday}, ${name}"`
1919

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}!"`
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} days until ${holiday}!"`
2121

2222
<p data-visibility='hidden'>View <a href='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+
<p class='util--hide'>View <a href='https://learn.co/lessons/js-functions-lab'>Functions Lab</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)