diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements/async_function')
-rw-r--r-- | files/zh-cn/web/javascript/reference/statements/async_function/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/async_function/index.html b/files/zh-cn/web/javascript/reference/statements/async_function/index.html index b4bdd88173..bca5f86818 100644 --- a/files/zh-cn/web/javascript/reference/statements/async_function/index.html +++ b/files/zh-cn/web/javascript/reference/statements/async_function/index.html @@ -19,8 +19,6 @@ translation_of: Web/JavaScript/Reference/Statements/async_function <div>{{EmbedInteractiveExample("pages/js/statement-async.html", "taller")}}</div> -<p class="hidden">该交互式demo源文件存储于Github仓库中。如果希望为此交互式项目做出贡献,请 clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> 项目并用pull形式向我们的原始仓库发出请求。</p> - <h2 id="语法">语法</h2> <pre class="syntaxbox">async function <em>name</em>([<em>param</em>[, <em>param</em>[, ... <em>param</em>]]]) { |