Question d’entretien chez Snapwiz

SetTimeout inside for loop

Réponses aux questions d'entretien

Utilisateur anonyme

5 sept. 2020

Can you please tell what kind of questions they have ask you in online assessment or that you have provided that much only ??

Utilisateur anonyme

21 juin 2020

// setTimeout inside a For loop for(var i = 0;i < 5; i++){ setTimeout[function(){ console.log('count ', i); }, 3000); }

3