Is setInterval () bad for performance?

I am creating a website with a lot of JavaScript. Will using setInterval () hurt the performance of my website?

+4
source share
1 answer

Depends on what you use and how. This can be very useful if you want to do asynchronously.

(it would be very nice to see some code), then I can say something else)

+3
source

All Articles