fcckarachi / fcckarachi.github.io

A landing page for freeCodeCampKarachi
https://fcckarachi.github.io
9 stars 19 forks source link

Eliminate Memory Leak in Carousal #20

Open techkapasi opened 6 years ago

techkapasi commented 6 years ago

We've found a memory leak in JS setInterval, and finding an optimized solution to eliminate this leak.

mfaheemakhtar commented 6 years ago

Can you explain it further in more detail? Curios to know what does memory leak means and how setInterval is behind it.