BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4892959793217536/lesson/38c4edc34b97d9ec55ba9a783867e188?ref=outlook-calendar
SUMMARY:Defining and Invoking Functions
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/4892959793217536/lesson/38c4edc34b97d9ec55ba9a783867e188?ref=outlook-calendar
DESCRIPTION: 
Function keyword follow by name followed by round bracket followed by curly brackets
Values that are passed in (arguments) go in round brackets
Code that comprises function goes in curly brackets
Name of function (without function keyword) followed by round brackets invokes the function
Code inside a function is run each time it is invoked
Functions can be invoked unlimited times
Normal JavaScript function can return one value
Get around this by returning an array, if desired
Invocation is substituted for return value and execution continues
Arguments change how the code inside the function runs
They are passed into the function when they are invoked
Arguments are the key
To creating reusable functions.


https://www.learndesk.us/class/4892959793217536/lesson/38c4edc34b97d9ec55ba9a783867e188?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR