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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -