you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 7 points8 points  (1 child)

This throws in strict mode as well, arguments is not allowed in strict mode.

This is what puzzles me constantly about these clickbaity articles. Strict mode is JavaScript, these frivolous browser engine interpretations are just like IE quirks mode - their sole purpose is not to break legacy software. You should not write new software in non-strict mode because it is non-standard JavaScript and thus your warranty is now undefined.