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

Commit d2e0a24

Browse files
author
Avidor Turkewitz
committed
Remove note telling students to check solution
1 parent b16a5ea commit d2e0a24

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
@@ -9,7 +9,7 @@
99

1010
## Instructions
1111

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`.
1313

1414
1. Write a function named `happyHolidays`. This function should not accept any parameters and should return the string `"Happy holidays!"`.
1515

@@ -20,3 +20,5 @@ You'll be coding your solution in `index.js`. You can find the solutions to thes
2020
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}!"`
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)