Two values can be equal even if their types are different, and this check returns true. 5 == 5 // true "5" == 5 // true Note: In dynamically typed languages like JavaScript, when a string is compared ...