argumentsNaming.js (86B)
1 let arguments = {} 2 arguments.length = () => { }; 3 assertEq(arguments.length.name, "");