Do you see people as objects? A tale about primitive and non-primitive data types.
Have you ever used the equality operator? The one which returns true/false based on if two values are equal or not. Javascript has two types of equality operators, loose equality operator(==) and another is strict equality operator (===). As the name...
logan1x.hashnode.dev2 min read