函数参数对象的考察

使用 arguments

http://www.nowcoder.com/questionTerminal/df84fa320cbe49d3b4a17516974b1136

function useArguments() {
    let args = Array.prototype.slice.call(arguments, 0)
    return args.reduce((a, b) => a + b)
}

Tim的资源站

全部评论

相关推荐

11-03 14:38
重庆大学 Java
AAA求offer教程:我手都抬起来了又揣裤兜了
点赞 评论 收藏
分享
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务