diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/index.html b/files/zh-cn/web/javascript/reference/operators/index.html index 810ccb74cd..82ff728c29 100644 --- a/files/zh-cn/web/javascript/reference/operators/index.html +++ b/files/zh-cn/web/javascript/reference/operators/index.html @@ -135,7 +135,9 @@ translation_of: Web/JavaScript/Reference/Operators <dd>大于等于运算符。 </dd> </dl> -<div class="note"><strong>注意: =></strong> 不是运算符,而是{{jsxref("Functions/Arrow_functions", "箭头函数")}}的表示符。</div> +<div class="note"> +<p><strong>备注:</strong> 不是运算符,而是{{jsxref("Functions/Arrow_functions", "箭头函数")}}的表示符。</p> +</div> <h3 id="相等运算符">相等运算符</h3> @@ -241,11 +243,11 @@ translation_of: Web/JavaScript/Reference/Operators <p>解构赋值允许你分配数组或者对象变量的属性通过使用规定的语法,其看起来和数组和对象字面量很相似。</p> </dd> <dt> - <h3 id="逗号操作符">逗号操作符 {{jsxref("Operators/Comma_Operator", ",")}}</h3> + 逗号操作符 {{jsxref("Operators/Comma_Operator", ",")}} </dt> <dd>逗号操作符允许在一个判断状态中有多个表达式去进行运算并且最后返回最后一个表达式的值。</dd> <dt> - <h3 id="非标准化特性">非标准化特性 {{JSxRef("Operators/Expression_closures", "Expression closures", "", 1)}} {{non-standard_inline}}{{obsolete_inline(60)}}</h3> + 非标准化特性 {{JSxRef("Operators/Expression_closures", "Expression closures", "", 1)}} {{non-standard_inline}}{{obsolete_inline(60)}} </dt> <dd>闭包表达式语法是一个缩写简单的函数。</dd> <dt>{{JSxRef("Operators/Legacy_generator_function", "Legacy generator function", "", 1)}} {{non-standard_inline}}{{obsolete_inline(58)}}</dt> |