== Equal to (1 == 1, 1 == "1") // equal in value ("1" is a string) === Equal value and equal type (1 === 1 but, 1 !== "1" // not equal type