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 #html5
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...

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.

There are times when working with React you get something unexpected on UI and you are just sitting there wondering why is React behaving weirdly? via GIPHY Well, if you understand how React figures out stuff under the hood, you might avoid falling ...
