Courses
Personal Projects
Concurrency
Concurrency == Doing two things at the same time
JavaScript can't do that
It is "single-threaded"
Long computations will freeze the page
10 / 25