top of page
Just Jeb
Profile
Join date: Mar 27, 2019
Posts (16)

May 9, 2023 ∙ 6 min
Why does setTimeout(func, 0) work, anyway?
Every web developer has seen this code at least once in their life: setTimeout(() => { /*Do some stuff*/ }, 0); However, a lot of people...
2167
0
4

Feb 21, 2023 ∙ 14 min
Optimizing Your Web App: How to Score 100 on Lighthouse
While you may be using SSR, having all the content discoverable in the initial HTML, using a CDN for caching, and following all the best...
4159
0
7

Apr 28, 2022 ∙ 4 min
Stop Using Function Parameters Now
Why you shouldn't be using function parameters in JavaScript and what the alternative is.
1027
0
5
JeB
Admin
More actions
bottom of page