-
@tylerama9 I think it’s expected that FF and Chrome have a different number of props—but compare Object.getOwnPropertyNames( window ).length
-
@tylerama9 also, that
for
loop will only count enumerable properties.
for
loop will only count enumerable properties.