Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

mikeonthemoon

Member since
mikeonthemoon

Recent Docs Activity

View all activity
Page Date Comment

Equality comparisons and sameness


The code examples in the 'Loose equality using ==' section were mistakenly using `===` instead of `==` so the results of the evaluations were incorrect. Reworded the closing statement of that section for neutrality.