Math.min
Math.pow
Math.sqrt
Returns the base to the exponent power.
Math.pow(base, exponent)
아래 값을 입력하면 예제에 즉시 반영됩니다.
console
Math
console.log(Math.pow(2, 10)); // 1024 console.log(Math.pow(9, 0.5)); // 3