BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4892959793217536/lesson/8e6be26fd6f1d66bf04ae543b82d947b?ref=outlook-calendar
SUMMARY:What is Function Scope?
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/4892959793217536/lesson/8e6be26fd6f1d66bf04ae543b82d947b?ref=outlook-calendar
DESCRIPTION: 
Property that affects defining variables
If there is no need to use or define variables, function scope is never an issue
Variables defined in scope can only be accessed in that scope and its children
The variable dog cannot be accessed outside of the function a
Global scope is the default scope available at the highest level of all JavaScript programs
Variables defined in the global scope are accessible anywhere in the program
When a function is created, its scope is a copy of its parent function, or of the global scope


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