Javascript Notes

"JavaScript execution is always single threaded - the language has no built in concurrency primitives. To support workloads that require multiple threads, the web has the concept of Worker. Workers are additional JavaScript execution contexts that run on a seperate thread, completly isolated from the main thread." deno web API

Javascript notes, reminders, references.

References ---------

Misc --------------