NOV Interview Question

difference between == and === in JS.

Interview Answer

Anonymous

Mar 3, 2017

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