Need help Unit 4-Lesson 3, step 8

Must do the following:

  • Add code so that each reminder is added to a different line of code. Remember the new line character is \n .
  • Add code so that the reminder input is cleared out when you click the Remind! button.
  • If you need a refresher on your patterns you can always check “Help & Tips”.

For some reason, I just can’t get my head around these instructions. Please help.

Thanks.

Hi @s.delgado,

Welcome to the forum!

Hm, I wonder if there’s a small mistake in the instructions.

According to the comments in the code, it looks like the first bullet should be “Add code so that each reminder is added to a different line on the screen
Or if I were to rephrase it, “Add code so that each reminder is added to the next line on the screen”

For the second bullet, you’ll notice after you hit “Remind!”, the text stays in the input box. We’d like that input box to “reset” by clearing out after the user hits “Remind!” so that the input is ready to for the user to type in the next reminder.