Andrew's Garage

Shrunk Expand

Primary Navigation

javascript ==, ===의 의미

0==false// true
0===false// false, because they are of a different type
1=="1"// true, auto type coercion
1==="1"// false, because they are of a different type

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related


Posted on 2014-07-21 9:35 PM by andrew Comment
📂This entry was posted in JAVA javascript

Related Posts

  • 2014-08-09 andrew

    [MFC] – 메모리 관련 정보 획득

    GlobalMemoryStatus()함수 MSDN 참고 예제 #include <windows.h> #define DIV 1024 char *divisor = "K"; v...
  • 2014-09-15 andrew

    [펌]iBatis 로그보기 – log4j 설정

    iBatis 로그보기 - log4j 설정 iBatis 작성시간 : 2010/02/04 15:51 퍼머링크 : slog2.egloos.com/3574039 덧글수 : 1 참고자료 :...
« 자바 토큰 토크나이져(StringTokenizer)로 파일입력 파일출력 JAVA – 한글 인코딩 변환 체크 한방에 끝내기         »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

( optional )


©2026 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme