@harshm09
Web Developer
I am an aspiring web developer. Transitioning to tech from electrical engineering background. Learning everyday and sharing my journey.
Nothing here yet.
Equality operators in JavaScript There are two types of equality operators in JavaScript. Loose Equality Operator (==) Strict Equality Operator (===) Before trying to understand the working of these operators, you need to have a basic knowledge o...

What are Higher-Order functions? In JavaScript, functions are treated as first-class citizens, which means behind the scenes they are just another object. This feature enables the use of functions just like any other variable. A higher-order function...
