Polyfills
September 12, 2021Polyfill is an implementation of a feature, which developers need to do when...
Written by Vikas Choubey who lives and works in Noida, India building useful things. You should follow them on linkedin
Polyfill is an implementation of a feature, which developers need to do when...
Improve performance of your apps by avoiding duplicate actions...
Hoisting is not a feature, it is actually a side effect of...
A simple answer to the question 'What is a closure?' is Closures are a phenomenon where an inner function...
Arrow functions are one of the best features introduced in ES6...
A process of transforming a function with multiple arguments into a function with fewer...
Hello World