문서 태그: Property
22개 문서를 찾았습니다
- Web/JavaScript/Reference/Functions/arguments/callee arguments.callee 속성(property)은 현재 실행 중인 함수를 포함합니다.
- Web/JavaScript/Reference/Global_Objects/Array/length length 속성은 언제나 가장 큰 배열 요소의 인덱스보다 크며 unsigned, 32 비트 정수로 표현됩니다.
- Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype ArrayBuffer.prototype 속성(property)은 ArrayBuffer 객체를 위한 프로토타입을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/Date/prototype The Date.prototype property represents the prototype for the Date constructor.
- Web/JavaScript/Reference/Global_Objects/Function/length length 속성(property)은 함수에 의해 기대되는 인수의 수를 지정합니다.
- Web/JavaScript/Reference/Global_Objects/Function/name function .name 속성(property)은 함수 이름을 반환합니다.
- Web/JavaScript/Reference/Global_Objects/Function/prototype Function.prototype 속성(property)은 Function 프로토타입(prototype, 원형) 객체를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/Number/NaN Number.NaN 속성(property)은 Not-A-Number(숫자가 아님)을 나타냅니다. NaN 과 같음.
- Web/JavaScript/Reference/Global_Objects/Object/constructor 인스턴스의 프로토타입을 만든 Object 함수의 참조를 반환합니다. 이 속성값은 함수 자체의 참조임을 주의하세요, 함수 이름을 포함하는 문자열이 아니라. 그 값은 1 , ...
- Web/JavaScript/Reference/Global_Objects/Object/prototype Object.prototype 속성(property)은 Object 프로토타입(원형) 객체를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/Set/prototype Set.prototype 속성(property)은 Set 생성자에 대한 프로토타입을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/String/length length 프라퍼티는 문자열의 길이를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/String/prototype String.prototype 프라퍼티는 String 프로토타입 오브젝트를 표현하고 있습니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/buffer buffer 접근자(accessor) 속성(property)은 생성 시간에 TypedArray 에 의해 참조되는 ArrayBuffer 를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/byteLength byteLength 접근자(accessor) 속성(property)은 형식화 배열의 길이(바이트 단위)를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/byteOffset byteOffset 접근자(accessor) 속성(property)은 그 ArrayBuffer 의 시작점에서 형식화 배열의 오프셋(단위 바이트)을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT TypedArray.BYTES_PER_ELEMENT 속성(property)은 각 형식화 배열 요소의 크기를 바이트로 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/length length 접근자(accessor) 속성(property)은 형식화 배열의 (요소) 길이를 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/name TypedArray .name 속성(property)은 형식화 배열 생성자 이름의 문자열 값을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/TypedArray/prototype TypedArray .prototype 속성(property)은 TypedArray 생성자에 대한 프로토타입을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/WeakMap/prototype WeakMap.prototype 속성(property)은 WeakMap 생성자에 대한 프로토타입을 나타냅니다.
- Web/JavaScript/Reference/Global_Objects/WeakSet/prototype WeakSet.prototype 속성(property)은 WeakSet 생성자에 대한 프로토타입을 나타냅니다.