Running JS on a background thread.
- Category: JS Misc — part of the JavaScript Tutorial on GoCareerGo
- Read the short summary above, then check the linked docs for full syntax/behaviour
- Interview tip: be ready to explain "Web Workers" in one sentence, then back it up with a tiny example
// Web Workers — minimal example
console.log("Web Workers");Tip
Quick recall: "Web Workers" — running JS on a background thread.