From fd1e2435671adf89d5a2718fc7d1454828f147ae Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 12 Jul 2021 10:11:30 +0900 Subject: remove wiki.developer.mozilla.org links --- files/ja/glossary/accessibility/index.html | 2 +- files/ja/glossary/callback_function/index.html | 2 +- files/ja/glossary/dynamic_programming_language/index.html | 2 +- files/ja/glossary/first_contentful_paint/index.html | 2 +- files/ja/glossary/latency/index.html | 2 +- files/ja/glossary/nullish/index.html | 2 +- files/ja/glossary/object/index.html | 2 +- files/ja/glossary/tcp_handshake/index.html | 2 +- files/ja/glossary/webrtc/index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'files/ja/glossary') diff --git a/files/ja/glossary/accessibility/index.html b/files/ja/glossary/accessibility/index.html index f40db96556..8af1590a33 100644 --- a/files/ja/glossary/accessibility/index.html +++ b/files/ja/glossary/accessibility/index.html @@ -22,7 +22,7 @@ translation_of: Glossary/Accessibility

Web アクセシビリティについて学ぶ

diff --git a/files/ja/glossary/callback_function/index.html b/files/ja/glossary/callback_function/index.html index 1f6e684a5c..4d06165ffd 100644 --- a/files/ja/glossary/callback_function/index.html +++ b/files/ja/glossary/callback_function/index.html @@ -25,7 +25,7 @@ processUserInput(greeting);

上記の例はすぐに実行される {{glossary("synchronous", "同期型")}} コールバックです。

-

注意として、コールバックは {{glossary("asynchronous", "非同期")}} 命令が完了した後に続いてコードが実行されます — これを非同期コールバックといいます。コールバック関数の良い例は、Promise が成功か失敗した後にチェーンされる .then() ブロックの中で実行されるものです。この構造は fetch()のようなモダンな web API で良く使われています。

+

注意として、コールバックは {{glossary("asynchronous", "非同期")}} 命令が完了した後に続いてコードが実行されます — これを非同期コールバックといいます。コールバック関数の良い例は、Promise が成功か失敗した後にチェーンされる .then() ブロックの中で実行されるものです。この構造は fetch()のようなモダンな web API で良く使われています。

詳細情報

diff --git a/files/ja/glossary/dynamic_programming_language/index.html b/files/ja/glossary/dynamic_programming_language/index.html index 7e98a5f8cd..7c0567ff23 100644 --- a/files/ja/glossary/dynamic_programming_language/index.html +++ b/files/ja/glossary/dynamic_programming_language/index.html @@ -12,7 +12,7 @@ translation_of: Glossary/Dynamic_programming_language

これは、そのような変更が普通はできない静的プログラミング言語と呼ばれるものの反対語です。

-

注意点としてプログラミング言語の動的/静的な属性や動的/静的-片付けを結びつけるものはあるものの、この 2 つは同期しているものとは程遠いです。

+

注意点としてプログラミング言語の動的/静的な属性や動的/静的-片付けを結びつけるものはあるものの、この 2 つは同期しているものとは程遠いです。

関連情報

diff --git a/files/ja/glossary/first_contentful_paint/index.html b/files/ja/glossary/first_contentful_paint/index.html index 1f4fb037ba..577d5d277a 100644 --- a/files/ja/glossary/first_contentful_paint/index.html +++ b/files/ja/glossary/first_contentful_paint/index.html @@ -15,6 +15,6 @@ translation_of: Glossary/First_contentful_paint

参照:

diff --git a/files/ja/glossary/latency/index.html b/files/ja/glossary/latency/index.html index f3c7a63cee..d84963a318 100644 --- a/files/ja/glossary/latency/index.html +++ b/files/ja/glossary/latency/index.html @@ -19,7 +19,7 @@ translation_of: Glossary/Latency

理解を深める

diff --git a/files/ja/glossary/nullish/index.html b/files/ja/glossary/nullish/index.html index 79909ae8c8..0a2b00b130 100644 --- a/files/ja/glossary/nullish/index.html +++ b/files/ja/glossary/nullish/index.html @@ -9,4 +9,4 @@ tags: - undefined translation_of: Glossary/Nullish --- -

JavaScript では Nullish value は {{JSxRef("null")}} または {{JSxRef("undefined")}} のいずれかの値です。Nullish values は常に falsy です。

+

JavaScript では Nullish value は {{JSxRef("null")}} または {{JSxRef("undefined")}} のいずれかの値です。Nullish values は常に falsy です。

diff --git a/files/ja/glossary/object/index.html b/files/ja/glossary/object/index.html index 0867795f3e..7d44967d85 100644 --- a/files/ja/glossary/object/index.html +++ b/files/ja/glossary/object/index.html @@ -9,7 +9,7 @@ tags: - 用語集 translation_of: Glossary/Object --- -

オブジェクトはデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは carmap オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。

+

オブジェクトはデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは carmap オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。

詳細情報

diff --git a/files/ja/glossary/tcp_handshake/index.html b/files/ja/glossary/tcp_handshake/index.html index cbc310ccf2..0997d2e1de 100644 --- a/files/ja/glossary/tcp_handshake/index.html +++ b/files/ja/glossary/tcp_handshake/index.html @@ -21,7 +21,7 @@ translation_of: Glossary/TCP_handshake

関連情報

diff --git a/files/ja/glossary/webrtc/index.html b/files/ja/glossary/webrtc/index.html index 156fdd13b1..fc6cb1587d 100644 --- a/files/ja/glossary/webrtc/index.html +++ b/files/ja/glossary/webrtc/index.html @@ -28,6 +28,6 @@ translation_of: Glossary/WebRTC -- cgit v1.2.3-54-g00ecf