Question d’entretien chez Exactera

Is JavaScript synchronous or asynchronous?

Réponse à la question d'entretien

Utilisateur anonyme

28 sept. 2025

By default JavaScript is synchronous. However, it supports asynchronous operations using mechanisms like setTimeout, promises, and async/await, all of which rely on the event loop.