math1 (Javascript) Math Math JS에 있는 표준 내장 객체 중 하나 생성자가 따로 존재하지 않아 인스턴스를 생성하지 않고 객체 내의 모든 메서드나 프로퍼리를 바로 사용 가능 console.log(Math.random()); console.log(Math.PI); console.log(Math.abs(-4)); console.log(Math.max(100, 300, 20000, -7)); console.log(Math.min(100, 300, 20000, -7)); console.log(Math.pow(2, 10)); console.log(Math.round(3.14)); console.log(Math.round(3.54)); console.log(Math.round(10.14)); console.log(Math.sqrt(64.. 2023. 1. 12. 이전 1 다음