function - Javascript: Is there a use case for ever changing the arguments array -


i listening douglas crockford's infamous javascript video series (https://www.youtube.com/watch?v=ya4uhuxnygm) , made statement being careful not change the 'arguments' array parameter avoid "weird" things happening.

so made me curious: there every reason might want this? couldn't think of 1 other maybe self-modifying code trickery obfuscation perhaps.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -