Skip to content

Instantly share code, notes, and snippets.

@rocioDEV
Created March 25, 2019 20:45
Show Gist options
  • Save rocioDEV/fc4dce00a62884aedc8bf447a28c34d3 to your computer and use it in GitHub Desktop.
Save rocioDEV/fc4dce00a62884aedc8bf447a28c34d3 to your computer and use it in GitHub Desktop.
//No ejecutéis esto, por favor :)
let infinito = true
setTimeout(function() {
infinito = false
}, 10000)
while(infinito) {
console.log("todavía estoy aquí!", Date.now())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment