Template Literals
Easy
92
3
85.3% Acceptance
You're currently consulting a Pet Shop along with your Colleage Shannon. She wrote a template literal for the reminder email which will be sent the pet Owners as a reminder for their next visit after their current appointment as completed.
When testing the code Shannon has encountered a problem, the template literal is not being replaced in the second occurence of the string, can you help her out and fix the bug!
Please make sure that you don't update the
reminderTemplate
string by mistake, the tests are written to direct string comparision.