Harsh Mohite
Harsh Mohite's Blog

Harsh Mohite's Blog

Follow

Difference between types of equality operators in JavaScript

Feb 15, 20233 min read

Equality operators in JavaScript There are two types of equality operators in JavaScript. Loose Equality Operator (==) Strict Equality Operator...

Difference between types of equality operators in JavaScript
Why does console.log() return ‘undefined’?
Higher Order functions in JavaScript -
A brief introduction