Skip to content
Akin C edited this page May 7, 2017 · 12 revisions

Welcome to the Javascript-comparison-equal-operators- wiki!

Javascript allows to use a clutch of different comparisons with the equal operator, but the focus in this project lies in the following operators:

Nr. Operator Description Example
1 "==" equal to
"1.0e0" == true//is true
2 "===" equal value & type
"1.0e0" === true//is false

STILL IN WORK!

Clone this wiki locally