Skip to content

Instantly share code, notes, and snippets.

@vsTianhao
Created July 11, 2018 08:04
Show Gist options
  • Save vsTianhao/ac42f2653e50b7c84aa57bb61d5bd655 to your computer and use it in GitHub Desktop.
Save vsTianhao/ac42f2653e50b7c84aa57bb61d5bd655 to your computer and use it in GitHub Desktop.
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