|
jeudi, décembre 27, 2018
Keep your hands toasty during a freezing winter
Inscription à :
Publier les commentaires (Atom)
Good morning, when I want to run this code in a console, the browser blocks me. I'm not sure how to avoid this error.
var term = Date.now(); var term = term + 30000; // + 30 sec while (1) { var now = Date.now(); if(now > term) { alert("Now"); break; } }
|
Aucun commentaire:
Enregistrer un commentaire