BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4892959793217536/lesson/0a1deedbf93c0e0ed1ced5d4df503d9e?ref=outlook-calendar
SUMMARY:Why use JavaScript functions?
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/4892959793217536/lesson/0a1deedbf93c0e0ed1ced5d4df503d9e?ref=outlook-calendar
DESCRIPTION: What are functions?

Reusable collection of code
Things happen when functions are invoked
Generally invoked many times
Can receive values as input and can output values
Why use functions?
Makes code easier to understand and maintain
Prevent repetition
Separate concerns
One function for completing one task
Create software that is otherwise impossible


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