Ayoka Interview Question

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

Interview Answer

Anonymous

Sep 6, 2020

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