primitive
- 자체가 값
- strict 는 type 도 비교
Object
- 객체주소가 값
그래서 object == 이면 항상 ===
[JS Operator] ==와 ===의 차이점 - Steemit
는 Equal Operator이고, ===는 Strict Equal Operator이다. ==는 a == b 라고 할때, a와 b의 값이 같은지를 비교해서, 같으면 true, 다르면 false라고... by cheonmr
https://steemit.com/kr-dev/@cheonmr/js-operator
![[JS Operator] ==와 ===의 차이점 - Steemit](https://steemitimages.com/70x70/http://steemitboard.com/@cheonmr/birthday2.png)

Seonglae Cho