What is throttling in JavaScript?
Again a jargonish word, but let me demystify it for you.
It's nothing but a simple technique we use to prevent unnecessary function calls to improve app's performance.
Unlike Debouncing, here we block a function call for a particular time if it's be...
blog.aamchora.space2 min read