From 0227170ae69b5b6c35c7cfa59ab54918241349fd Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 18 Mar 2022 22:01:02 +0800 Subject: auto replace anch with scripts --- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- files/zh-tw/learn/accessibility/mobile/index.html | 2 +- .../multimedia_and_embedding/images_in_html/index.html | 2 +- .../other_embedding_technologies/index.html | 6 +++--- files/zh-tw/learn/index.html | 2 +- .../javascript/first_steps/a_first_splash/index.html | 2 +- files/zh-tw/mdn/contribute/getting_started/index.html | 4 ++-- files/zh-tw/mdn/tools/kumascript/index.html | 2 +- .../webextensions/internationalization/index.html | 6 +++--- files/zh-tw/mozilla/firefox/releases/7/index.html | 2 +- files/zh-tw/tools/network_monitor/index.html | 2 +- files/zh-tw/web/api/console/index.html | 2 +- files/zh-tw/web/api/cssstylesheet/index.html | 2 +- files/zh-tw/web/api/element/getattribute/index.html | 2 +- files/zh-tw/web/api/event/eventphase/index.html | 2 +- files/zh-tw/web/api/fetch_api/using_fetch/index.html | 2 +- files/zh-tw/web/api/filesystem/index.html | 2 +- files/zh-tw/web/api/fullscreen_api/index.html | 2 +- files/zh-tw/web/api/html_drag_and_drop_api/index.html | 2 +- .../web/api/navigator/registerprotocolhandler/index.html | 2 +- files/zh-tw/web/api/setinterval/index.html | 2 +- .../css/css_animations/using_css_animations/index.html | 2 +- files/zh-tw/web/html/applying_color/index.html | 14 +++++++------- files/zh-tw/web/html/element/input/index.html | 2 +- .../http/headers/strict-transport-security/index.html | 2 +- .../zh-tw/web/http/protocol_upgrade_mechanism/index.html | 2 +- .../web/javascript/guide/loops_and_iteration/index.html | 16 ++++++++-------- files/zh-tw/web/media/formats/containers/index.html | 12 ++++++------ 30 files changed, 53 insertions(+), 53 deletions(-) (limited to 'files') diff --git a/files/zh-tw/conflicting/learn/javascript/asynchronous_ae5a561b0ec11fc53c167201aa8af5df/index.html b/files/zh-tw/conflicting/learn/javascript/asynchronous_ae5a561b0ec11fc53c167201aa8af5df/index.html index 7d0a0d7313..c6cf4d0796 100644 --- a/files/zh-tw/conflicting/learn/javascript/asynchronous_ae5a561b0ec11fc53c167201aa8af5df/index.html +++ b/files/zh-tw/conflicting/learn/javascript/asynchronous_ae5a561b0ec11fc53c167201aa8af5df/index.html @@ -94,7 +94,7 @@ let myGreeting = setTimeout(sayHi, 2000);

That can be useful if you have a function that needs to be called both from a timeout and in response to an event, for example. But it can also just help keep your code tidy, especially if the timeout callback is more than a few lines of code.

-

setTimeout() returns an identifier value that can be used to refer to the timeout later, such as when you want to stop it. See {{anch("Clearing timeouts")}} (below) to learn how to do that.

+

setTimeout() returns an identifier value that can be used to refer to the timeout later, such as when you want to stop it. See Clearing timeouts (below) to learn how to do that.

Passing parameters to a setTimeout() function

diff --git a/files/zh-tw/conflicting/web/javascript/guide/expressions_and_operators_952d66f1fe521bc0574c89750f5b406e/index.html b/files/zh-tw/conflicting/web/javascript/guide/expressions_and_operators_952d66f1fe521bc0574c89750f5b406e/index.html index f080db0e15..30101aa465 100644 --- a/files/zh-tw/conflicting/web/javascript/guide/expressions_and_operators_952d66f1fe521bc0574c89750f5b406e/index.html +++ b/files/zh-tw/conflicting/web/javascript/guide/expressions_and_operators_952d66f1fe521bc0574c89750f5b406e/index.html @@ -9,7 +9,7 @@ original_slug: Web/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/運

 

特殊運算子

JavaScript 提供下列的特殊運算子︰

-