Created
July 11, 2018 08:04
-
-
Save vsTianhao/ac42f2653e50b7c84aa57bb61d5bd655 to your computer and use it in GitHub Desktop.
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
foo=['π','π','π','π','π','π','π','π']; | |
i=0; | |
setInterval(function(){i=i<foo.length?i:0;console.clear();console.log(foo[i++]);},200) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment