File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55+ [x] Chapter 1 ** Accustoming Yourself to JavaScript**
66 - [x] [ Item 1: ** 知道你正在使用的JavaScript模式** (Know Which JavaScript You Are Using)] ( chapter-1/know-which-javascript-you-are-using.md )
77 - [x] [ Item 2: ** 注意JavaScript的浮点数** (Understand JavaScript’s Floating-Point Numbers)] ( chapter-1/understand-javascript’s-floating-point-numbers.md )
8- - [x] [ Item 3: ** 当心隐形的强制转换 ** (Beware of Implicit Coercions)] ( chapter-1/beware-of-implicit-coercions.md )
8+ - [x] [ Item 3: ** 当心隐式的强制转换 ** (Beware of Implicit Coercions)] ( chapter-1/beware-of-implicit-coercions.md )
99 - [x] [ Item 4: ** 使用原始类型替代对象包裹** (Prefer Primitives to Object Wrappers)] ( chapter-1/prefer-primitives-to-object-wrappers.md )
1010 - [x] [ Item 5: ** 混合类型避免使用` == ` 比较是否相等** (Avoid using == with Mixed Types)] ( chapter-1/avoid-using-not-strict-equality-with-mixed-types.md )
1111 - [x] [ Item 6: ** 学习分号的插入机制** (Learn the Limits of Semicolon Insertion)] ( chapter-1/learn-the-limits-of-semicolon-insertion.md )
9797
9898
9999
100-
100+
You can’t perform that action at this time.
0 commit comments