Javascript Javascript Difference Between “==” and “===” June 17, 2015 Pramod T P Leave a comment “==” checks only for equality in value whereas “===” is a stricter equality test and returns false if either the value or the type of the two variables are different.