Ayoka interview question

Difference between "==" and "===" in a JavaScript program.

Interview Answer

Anonymous

6 Sept 2020

== matches the value only while === matches both value and type.