NOV interview question

difference between == and === in JS.

Interview Answer

Anonymous

3 Mar 2017

== checks just the value whereas === checks the value along with the datatype.