You are currently viewing a revision titled "identity operator", saved on 2020-06-02 오후 7:27 by 야곰 | |
---|---|
제목 | identity operator |
내용 | 동일 참조 확인 연산자. === 연산자는 같은 객체 인스턴스의 참조인지 확인하는 연산자이다.
An operator (===) that tests whether two object references both refer to the same object instance. |
요약글 | |
Markdown content | 동일 참조 확인 연산자. `===` [연산자](/docs/operator)는 같은 객체 인스턴스의 참조인지 확인하는 연산자이다.
An operator (===) that tests whether two object references both refer to the same object instance.
|