ts2c
ts2c copied to clipboard
arguments array ain;t work
`function aq() { return arguments[0]; }
console.log(aq(1)); `