首页 > 网站 > WEB开发 > 正文

<eloquentjavascript>Values, Types, and Operators

2024-04-27 15:09:42
字体:
来源:转载
供稿:网友

Numbers

javaScript uses a fixed number of bits, namely 64 of them, to store a single number value.

compare

when null or undefined occurs on either side of the Operator, it PRoduces true only if both sides are one of null or undefined..When you want to test whether a value has a real value instead of null or undefined, you can simply compare it to null with the == (or !=) operator.The isNaN function is a standard Javascript function that returns true only if the argument it is given is NaN.
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表