Pure function JavaScript. Let's see some more examples of pure functions: // max of arguments. Math.max(1, 2, 3). // nearest lowest integer.
確定! 回上一頁