#web-development
Read more stories on Hashnode
Articles with this tag
Event-Driven JavaScript It basically implies performing some action based on user action. This action can be anything for example scrolling, clicking...
Memoization is another browser optimization technique that helps us to increase the speed of the browser. Memoization is a concept from dynamic...
Introduction to throttling Throttling is another browser optimization method. It is derived from the word to throttle .To throttle an engine is...
Introduction to Debouncing and its need The aim of debouncing is the optimize the performance of the browser. Let us take the example of the amazon...
Introduction to promises A promise is an object that may produce a single value some time in the future: either a resolved value or a reason that it’s...
Introduction The 2015 edition of the ECMAScript specification (ES6) added arrow function expressions to the JavaScript language. Arrow functions are a...