diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html index a3166bf160..ff24c56152 100644 --- a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html @@ -19,7 +19,7 @@ translation_of: Web/JavaScript/Reference/Functions/Arrow_functions {{EmbedInteractiveExample("pages/js/functions-arrow.html")}} -<h2 id="Syntax" name="Syntax">语法</h2> +<h2 id="Syntax">语法</h2> <blockquote> <h3 class="brush: js" id="基础语法">基础语法</h3> @@ -471,7 +471,7 @@ fact(5); // 120</pre> </tbody> </table> -<h2 id="Browser_Compatibility" name="Browser_Compatibility">浏览器兼容</h2> +<h2 id="Browser_Compatibility">浏览器兼容</h2> <p>{{Compat("javascript.functions.arrow_functions")}}</p> |