You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reminders have a name, description, timeInterval, and a remind() instance method.
In the future, the remind() will notify the main class that it is time to remind our user of that particular reminder. For now, remind() will print out to the console:
"name: description"
The text was updated successfully, but these errors were encountered:
Reminders have a
name
,description
,timeInterval
, and aremind()
instance method.In the future, the
remind()
will notify the main class that it is time to remind our user of that particular reminder. For now,remind()
will print out to the console:"name: description"
The text was updated successfully, but these errors were encountered: