Domanda di colloquio di Spiralogics

Is JavaScript single threaded or multithreaded?

Risposta di colloquio

Anonimo

3 ago 2023

It is single threaded synchronous language. JS Engine can only perform one task at a time in sequential manner that is only after one task gets completed, we can move to another task.