Created
November 19, 2019 00:35
-
-
Save luisenriquecorona/267b3ecf03036b851902eaa59515ae4c to your computer and use it in GitHub Desktop.
Web sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function longCode() { | |
var tStart = Number(new Date()); | |
while( (tStart + 5000) > Number(new Date()) ) {}; } | |
window.onload = longCode; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment