It is commonly used to check if something is a reference of something else. It checks whether they are of the same value and the same data type. In Shryku's example above, 1 === "1" was false because the left side is an integer, but the right side is a string. It is true with two equals because they have the same value.