這樣會輸出100 console.log(square(10)); // 可以將返回值存到一個變數 var squareValue = square(10); // 函數呼叫的返回值,可以像變數一樣做操作 ...
確定! 回上一頁