So I'm having trouble with the following js code coach, it's actually hindering me from unlocking other lessons. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

So I'm having trouble with the following js code coach, it's actually hindering me from unlocking other lessons.

Code: function setReminder(event){ console.log('You set a reminder about' +event); }; Expected Output: You set a reminder about workout Actual Output: You set a reminder aboutworkout

15th Sep 2022, 7:24 AM
Sheikh Luminis
Sheikh Luminis - avatar
3 Réponses
+ 2
Hi! before the last single quotation mark, put a space --->>> ... about '
15th Sep 2022, 7:39 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Thank you Yaroslav Vernigora . It worked.
15th Sep 2022, 8:28 AM
Sheikh Luminis
Sheikh Luminis - avatar
0
Good luck, and happy coding!
15th Sep 2022, 8:37 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar