Skip to content

Instantly share code, notes, and snippets.

View vsTianhao's full-sized avatar
🚩
Work

Tian hao vsTianhao

🚩
Work
  • versionsystem
  • ShenZhen, China
View GitHub Profile
foo=['🌑','🌒','🌓','🌔','🌕','🌖','🌗','🌘'];
i=0;
setInterval(function(){i=i<foo.length?i:0;console.clear();console.log(foo[i++]);},200)