denysdovhan / wtfjs

🤪 A list of funny and tricky JavaScript examples
http://bit.ly/wtfjavascript
Do What The F*ck You Want To Public License
34.6k stars 2.54k forks source link

setTimeout with 0 does not run immediately #320

Open tidalu opened 7 months ago

tidalu commented 7 months ago

I added one section, for setTimeout(fn(), 0). explained as much as i can, put reference links with proper examples