a lebinh's weblog
Một vài điều thú vị về các giá trị NaN (Not a Number), null và undefined trong javascript: alert(typeof NaN); // "number" alert(NaN == NaN); // false alert(typeof null); // "object" alert(typeof undefined); // "undefined" alert(null == undefined); // true Không thể dùng (aVariable == NaN) để kiểm tra aVariable có phải là NaN hay không, thay vào đó hãy dùng isNaN(aVariable);
Post a Comment
Copyright 2006| Blogger Templates by GeckoandFly modified and converted to Blogger Beta by Blogcrowds. No part of the content or the blog may be reproduced without prior written permission.