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
2014-11-26 andrew [펌][mfc] Dialog창에서 Enter누르면 창이 닫히는 증상 개선 하자..원인은 Dailog에서 Enter나 ESC가 눌리면 Event를 찾다가 구현이 없으면 부모인 CDialog의 SetDefID 함수를 부르는데 여기에 IDOK가 구현 되어 있어서 그...
2015-06-16 andrew Working with Apache Cassandra on Mac OS XIf you use Mac OS X as your platform for development work, then you may be interested to know how ea...