Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

JavaScript 속성 색인


이 글은 MDN에 문서화된 모든 JavaScript 속성이 알파벳 순으로 정렬된 목록을 담고 있습니다.

Found 9 pages with the tag "Property":

A

B

C

  • callee: arguments.callee 속성(property)은 현재 실행 중인 함수를 포함합니다.
  • constructor: 인스턴스의 프로토타입을 만든 Object 함수의 참조를 반환합니다. 이 속성값은 함수 자체의 참조임을 주의하세요, 함수 이름을 포함하는 문자열이 아니라. 그 값은 1, true"test"와 같은 원시(primitive) 값에 대해서만 읽기 전용입니다.

D

E

F

G

H

I

J

K

L

  • length: length 속성은 언제나 가장 큰 배열 요소의 인덱스보다 크며 unsigned, 32 비트 정수로 표현됩니다.
  • length: length 속성(property)은 함수에 의해 기대되는 인수의 수를 지정합니다.
  • length: length 프라퍼티는 문자열의 길이를 나타냅니다.

M

N

  • NaN: Number.NaN 속성(property)은 Not-A-Number(숫자가 아님)을 나타냅니다. NaN과 같음.

O

P

  • prototype: The Date.prototype property represents the prototype for the Date constructor.
  • prototype: Function.prototype 속성(property)은 Function 프로토타입(prototype, 원형) 객체를 나타냅니다.
  • prototype: String.prototype 프라퍼티는 String 프로토타입 오브젝트를 표현하고 있습니다.

Q

R

S

T

U

V

W

X

Y

Z

_

참조

문서 태그 및 공헌자

태그: 
 이 페이지의 공헌자: Netaras
 최종 변경: Netaras,