Skip to content

Commit cb86283

Browse files
committed
第二节的内容
1 parent e3fbb6b commit cb86283

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: 数据类型初识/README.MD

+5-4
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ Symbol值不能与其他类型的值进行运算,会报错;但是可以显式
656656
- “5”==5
657657
- 有哪些值转换后是false
658658
- 下面分别输出什么?
659-
console.log("22"+11);
660-
console.log("22"-2+11);
661-
console.log("22"+11-2);
662-
console.log(+"22"+11);
659+
660+
console.log("22"+11);
661+
console.log("22"-2+11);
662+
console.log("22"+11-2);
663+
console.log(+"22"+11);

0 commit comments

Comments
 (0)