AROBS interview question

the diff between == and === in Javascript.

Interview Answers

Anonymous

21 Jan 2017

can't remember but its a type and value thing

Anonymous

26 Jan 2018

== compares the values and === compares the values and type