Skip to content

Commit c1caad3

Browse files
committed
第二节的内容
1 parent 835191d commit c1caad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

数据类型初识/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ null,undefined | 都是false |
399399
数字 | 布尔 | 是进行数字的比较,布尔转为数字 | -
400400
数字 | 字符串 | 两边都要转换为数字再进行比较 | -
401401
布尔 | 字符串 | 两边都要转为数字再进行比较 | -
402-
null | undefined | True;因为undefined派生自nul,l | -
402+
null | undefined | True;因为undefined派生自null | -
403403
null/undefined | 其它所有类型 | Null和undefined和其他类型比较都是false;(这两个方法没有toString方法) | null==false,null==0,null==””
404404

405405

0 commit comments

Comments
 (0)