JavaScript Arguments
2008年08月20日 09:59 • 查看 3 次 • 打印本文
The arguments object in JavaScript is a local variable in any function that provides some nice features we can use in our code. Here is the list of its properties and related properties of the Function object.
评论
发表评论