Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Made me envision this terrible idea.

arr = [];

y = 0;

setInterval(()=>{arr[y]=x},10)

setInterval(()=>{x=y++},1000)

setInterval(()=>{x="fizz"},3000)

setInterval(()=>{x="buzz"},5000)

setInterval(()=>{x="fizzbuzz"},15000)



That is beautifully heinous! Nice work.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: