BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5630802022891520/lesson/ffea4cd0728097797aa886a330c24ec3?ref=outlook-calendar
SUMMARY:Course Summary
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/5630802022891520/lesson/ffea4cd0728097797aa886a330c24ec3?ref=outlook-calendar
DESCRIPTION: 
JavaScript is synchronous by default
Code executes line by line with no way to pause execution
SetTimeout and SetInterval provide rudimentary tools for executing code asynchronously
The method passed to these tools will occur once or many times with a specified interval in between
Async/Await is an extremely practical tool
Makes code compact and readable
Generators are powerful but hard to use
Can make code more efficient but only in the hands of a pro


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