Tag: Method

0

Math 객체 및 메소드

JavaScript Math 객체 Math Property Math.PI Math Method Math.abs Math.round Math.ceil Math.floor Math.sqrt Math.random Math.pow Math.max Math.min Math 객체 Math 객체는 수학 상수와 함수를 위한 프로퍼티와 메소드를 제공하는

0

Number 래퍼 객체

JavaScript Number 래퍼 객체 Number 래퍼 객체 Number Constructor Number() 생성자 함수를 통해서 만들어진 Number 객체는 객체다. Number Property Number.EPSILON Number.MAX_VALUE || Number.MIN_VALUE Number.POSITIVE_INFINITY Number

0

배열 메소드

JavaScript 배열 메소드 Array.isArray Array.prototype.push Array.prototype.pop push 와 pop을 사용하여 stack 구현 Array.prototype.unshift Array.prototype.shift shift 와 pop을 사용하여 queqe 구현 Array.prototype.concat Arr

0

arrange_method

함수 정리 Object.getPrototypeOf(인스턴스명); 해당 인스턴스 객체의 프로토타입을 반환한다. Object.setPrototypeOf(프로토타입의 하위 객체명, 바꿀객체명); == 객체명.__ proto __ = 바꿀 객체명; 객체명의 프로토타입을 바꿀객체명으로 교체한다. 링크를 복구시켜야되므로 비추천 Object.g