Echo JS 0.11.0

<~>

wrightandres comments

wrightandres 2877 days ago. link 2 points
"The “==” operator is only slower than the “===” operator when doing type coercion. There’s no discernible difference between evaluating (2 == 2) and (2 === 2)."

Exactly.