In Defence of ==: The JavaScript Opinion Everyone Hates
Strict equality isn’t always “safer” — and loose equality isn’t always “wrong.”
Feb 1, 20265 min read46
Search for a command to run...
Articles tagged with #frontend-development
Strict equality isn’t always “safer” — and loose equality isn’t always “wrong.”
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...

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