@thevishalsinghrawat
Web Developer
Nothing here yet.
Nothing here yet.
I write console.log(7) and press enter. The log output appears as expected, however, the next line shows undefined. Why is this? That is because the developer tools console executes the code first and shows the returned value then. It works the same...

The equality operator in javascript is used to compare if two values are equal. In Javascript, the comparison is performed with the == and === operators. What is Double Equal (==) Operator? Double equals (==) is often referred to as 'loose equality' ...
