What is throttling in JavaScript?
Preventing memory leaks
Combining multiple function calls into one
Delaying function calls until events stop
Ensuring a function is called at most once in a specified time period
This question is part of this quiz :
JavaScript Testing And Optimization