From the ES6 specification, 7.2.13 Strict Equality Comparison:
Pretty much the same in the ES 5.1 specification here. The only thing that ES 5.1 leaves out is the part about Symbol values in step 7 since that is something that was added in ES6.
3
solved What is the definition of strict equality (===) in Javascript?