Where are memory leaks found?
Where are memory leaks found? Correct Answer Client side objects
Memory leaks happen when your code needs to consume memory in your application, which should be released after a given task is completed but isn’t. Memory leaks occur when we are developing client-side reusable scripting objects.