Skip to content

Files

Latest commit

46c6185 · Feb 24, 2023

History

History

important-reminders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2023
Feb 24, 2023

Function Parameters

Sometimes, it's very useful to set reminder to help you accomplish all of your tasks.

The program you are given takes an event as input. Complete the function-reminder to take that event as argument and output the corresponding message.


Sample input:

workout

Sample output:

You set a reminder about workout

Use + operator to concatenate string values together. For example, console.log("JS is " + "fun!") will output JS is fun.