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

Commit a312e07

Browse files
committed
Add ! as in tests
1 parent c7c5144 commit a312e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ parameters and should return the string `"Happy holidays!"`.
2121

2222
2. Write a function named `happyHolidaysTo`. This function should accept a
2323
parameter of the name of the person you want to wish happy holidays, and return
24-
the string `"Happy Holidays, ${name}"`
24+
the string `"Happy holidays, ${name}!"`
2525

2626
3. Write a function named `happyHolidayTo`. This function should accept two
2727
parameters, the holiday you want to wish them well for, and the name of the
2828
person you're wishing well. This function should return the string
29-
`"Happy ${holiday}, ${name}"`
29+
`"Happy ${holiday}, ${name}!"`
3030

3131
4. Write a function named `holidayCountdown`. This function should accept two
3232
parameters, the holiday name and number of days till that holiday. The function

0 commit comments

Comments
 (0)