What will the code below output to the console and why? var myObject = { foo: "bar", func: function() { var self = this; console.log("outer func: this.foo ...
確定! 回上一頁