Object.getOwnPropertyNames ()が呼び出しを返さず、関数のメソッドを適用しないのはなぜですか?
function arr(){};
Object.getOwnPropertyNames(arr);//output:arguments,length,prototype,caller only
Object.getOwnPropertyNames ()が呼び出しを返さず、関数のメソッドを適用しないのはなぜですか?
function arr(){};
Object.getOwnPropertyNames(arr);//output:arguments,length,prototype,caller only