function square(number) { return number * number; } ... b gets the value 2 c = factorial(3); // c gets the value 6 d = factorial(4); ...
確定! 回上一頁