Question d’entretien chez Spiralogics

Is JavaScript single threaded or multithreaded?

Réponse à la question d'entretien

Utilisateur anonyme

3 août 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.