Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 289 Bytes

arguments.md

File metadata and controls

19 lines (18 loc) · 289 Bytes
var arguments = 1; //: number

(function() { return arguments.length; })(); //: number
[
  {
    "name": "arguments",
    "addr": "/arguments/",
    "kind": "v",
    "type": "number",
    "lineno": 1
  }
]
arguments		/arguments/;"	v	lineno:1	type:number