Important Reminder Exercise JS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Important Reminder Exercise JS

https://sololearn.com/coach/494/?ref=app This link shows the problem I’m having an issue with. I’m not sure what to assign or how to make the function work at all. I’m not sure why the lessons are so simple and the practice questions are far above the level of the lesson. They give new terms I haven’t seen before and so on. Any help would be appreciated. Thanks in advance.

16th Dec 2021, 4:15 PM
Abdul Rasack
1 Answer
+ 14
Practice tasks are based on the lesson they are linked to. The lesson was about function parameters. It showed us how we can pass different parameters to a function, so we could use them inside the function. So, the practice is about the same thing. You just need to complete the setReminder function, so it could accept a parameter and output it according to the practice description: function setReminder(e) { console.log('You set a reminder about ' + e) } Have a look at the code and the "Function parameters" lesson and you will see that the practice description doesn't ask you to do something "far above the level of the lesson".
17th Dec 2021, 5:37 AM
Igor Makarsky
Igor Makarsky - avatar