美文网首页
过程记录文档-ECMAScript arguments对象

过程记录文档-ECMAScript arguments对象

作者: LYF闲闲闲闲 | 来源:发表于2016-11-20 20:48 被阅读20次

    概念学习

    • 什么是arguments?
      在函数代码中,使用特殊对象 arguments,无需明确指出参数名,就能访问它们
      还可以用 arguments 对象检测函数的参数个数,引用属性 arguments.length 即可。

    完成地址

    https://jsbin.com/mosemoqadu/1/edit?js,console

    博客地址

    http://www.jianshu.com/p/c34bb07f8910

    相关文章

      网友评论

          本文标题:过程记录文档-ECMAScript arguments对象

          本文链接:https://www.haomeiwen.com/subject/keyypttx.html