function sum(a, b) {. console.log(b);. return a + b;. } sum(1, 2);. sum(4, 5);. When the above code is executed, you'll see just a series of ...
確定! 回上一頁