86 followers
Web Developer focussed on building interesting stuff. My tech stack includes React.js, Next.js, Typescript, GraphQL, and Postgres.
What is Enumerable in Javascript? ยท Enumerable in Javascript is basically an ability of a particular property of an object to exist and visible at the...
If you have used hooks before in React, then you must have done local state management using useState(). While it works completely fine for basic...
What is a polyfill? Polyfill is a piece of code, that developer expects from a browser to provide natively. If it's not available in the browser, you...
"When dealing with JavaScript, things can get really confusing specially when you have to deal with Object-Oriented JavaScript (OOP based). Although,...