Testing your this knowledge in JavaScript: What is the output of the following code? var length = 10; function fn() { console.log(this.length); } var obj ...
確定! 回上一頁