log after the call to add1 to observe its return value. function add1AndMultiplyBy2 (num) { const plus1 = add1(num); console.log(plus1); // logs ...
確定! 回上一頁