[removed] is the arguments array deprecated?

后端 未结 4 2063
-上瘾入骨i
-上瘾入骨i 2020-12-15 04:28

Most sites say \"callee\" as a property of Function.arguments is deprecated. But some sites go further and say the whole of Functions.argument is deprecated E.g. http://apta

4条回答
  •  独厮守ぢ
    2020-12-15 04:40

    Afaik arguments is deprecated as a property of Function. See this MDN-link, or this one

提交回复
热议问题