In Defence of ==: The JavaScript Opinion Everyone Hates
Strict equality isn’t always “safer” — and loose equality isn’t always “wrong.”
Search for a command to run...
Articles tagged with #javascript
Strict equality isn’t always “safer” — and loose equality isn’t always “wrong.”
You might have used these design patterns several times or might have observed them in the code or somewhere, but you didn't recognize them. Well, maybe this article will help you understand some of them and also apply them next time you see a simila...

React is a UI library that represents the view of an app as a function of state. This means whenever the state changes, React will run our component function with the intention of updating the view. In order to do so, React expects our component to b...

A dive deep into how and why react renders to understand and avoid unnecessary renders in react

p5.js is a powerful open-source JavaScript library to built some creative projects with JS.

This is fourth part of the Front End Interview series. This can be helpful for your upcoming interview.
