From d9247fba6815cc11d44e0c7c59c69157c830c467 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 16 Sep 2021 23:57:54 +0900 Subject: Web/JavaScript 以下の文書内のリンクURLを正規化 (#2354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- .../reference/operators/addition/index.html | 18 +++++++++--------- .../operators/addition_assignment/index.html | 4 ++-- .../reference/operators/assignment/index.html | 2 +- .../operators/bitwise_and_assignment/index.html | 2 +- .../reference/operators/bitwise_or/index.html | 4 ++-- .../operators/bitwise_xor_assignment/index.html | 4 ++-- .../reference/operators/decrement/index.html | 18 +++++++++--------- .../operators/destructuring_assignment/index.html | 2 +- .../reference/operators/division/index.html | 18 +++++++++--------- .../reference/operators/exponentiation/index.html | 22 +++++++++++----------- .../operators/exponentiation_assignment/index.html | 4 ++-- .../reference/operators/greater_than/index.html | 8 ++++---- .../operators/greater_than_or_equal/index.html | 8 ++++---- .../javascript/reference/operators/in/index.html | 2 +- .../reference/operators/increment/index.html | 18 +++++++++--------- .../reference/operators/inequality/index.html | 14 +++++++------- .../operators/left_shift_assignment/index.html | 4 ++-- .../reference/operators/less_than/index.html | 10 +++++----- .../operators/logical_and_assignment/index.html | 2 +- .../logical_nullish_assignment/index.html | 4 ++-- .../operators/logical_or_assignment/index.html | 10 +++++----- .../reference/operators/multiplication/index.html | 18 +++++++++--------- .../operators/multiplication_assignment/index.html | 4 ++-- .../operators/object_initializer/index.html | 2 +- .../operators/remainder_assignment/index.html | 4 ++-- .../operators/right_shift_assignment/index.html | 4 ++-- .../reference/operators/subtraction/index.html | 18 +++++++++--------- .../operators/subtraction_assignment/index.html | 4 ++-- .../reference/operators/unary_plus/index.html | 18 +++++++++--------- .../unsigned_right_shift_assignment/index.html | 4 ++-- 30 files changed, 127 insertions(+), 127 deletions(-) (limited to 'files/ja/web/javascript/reference/operators') diff --git a/files/ja/web/javascript/reference/operators/addition/index.html b/files/ja/web/javascript/reference/operators/addition/index.html index d87d6a2894..dc258fc3c1 100644 --- a/files/ja/web/javascript/reference/operators/addition/index.html +++ b/files/ja/web/javascript/reference/operators/addition/index.html @@ -70,13 +70,13 @@ false + false // 0

関連項目

diff --git a/files/ja/web/javascript/reference/operators/addition_assignment/index.html b/files/ja/web/javascript/reference/operators/addition_assignment/index.html index d2e2a59492..ca9497a6da 100644 --- a/files/ja/web/javascript/reference/operators/addition_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/addition_assignment/index.html @@ -73,6 +73,6 @@ foo += 'bar' // "foobar"

関連項目

diff --git a/files/ja/web/javascript/reference/operators/assignment/index.html b/files/ja/web/javascript/reference/operators/assignment/index.html index acf35e7514..c6b8cf4ceb 100644 --- a/files/ja/web/javascript/reference/operators/assignment/index.html +++ b/files/ja/web/javascript/reference/operators/assignment/index.html @@ -58,5 +58,5 @@ x = y = z // x, y そして z は全て 25

関連項目

diff --git a/files/ja/web/javascript/reference/operators/bitwise_and_assignment/index.html b/files/ja/web/javascript/reference/operators/bitwise_and_assignment/index.html index 431e576433..9c30120ab7 100644 --- a/files/ja/web/javascript/reference/operators/bitwise_and_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/bitwise_and_assignment/index.html @@ -59,6 +59,6 @@ a &= 2; // 0

関連項目

diff --git a/files/ja/web/javascript/reference/operators/bitwise_or/index.html b/files/ja/web/javascript/reference/operators/bitwise_or/index.html index 6e4121968e..d19e7be3bf 100644 --- a/files/ja/web/javascript/reference/operators/bitwise_or/index.html +++ b/files/ja/web/javascript/reference/operators/bitwise_or/index.html @@ -109,6 +109,6 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_OR

関連情報

diff --git a/files/ja/web/javascript/reference/operators/bitwise_xor_assignment/index.html b/files/ja/web/javascript/reference/operators/bitwise_xor_assignment/index.html index 25ffd6de5c..90a6420cc5 100644 --- a/files/ja/web/javascript/reference/operators/bitwise_xor_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/bitwise_xor_assignment/index.html @@ -66,6 +66,6 @@ console.log(b); // 00000000000000000000000000000101

関連項目

diff --git a/files/ja/web/javascript/reference/operators/decrement/index.html b/files/ja/web/javascript/reference/operators/decrement/index.html index b22545059c..f5e63fd791 100644 --- a/files/ja/web/javascript/reference/operators/decrement/index.html +++ b/files/ja/web/javascript/reference/operators/decrement/index.html @@ -71,13 +71,13 @@ b = --a;

関連項目

diff --git a/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html b/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html index c627dd6049..13aade654e 100644 --- a/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html @@ -172,7 +172,7 @@ console.log(b); // [2, 3]

正規表現の一致からの値取得

-

正規表現オブジェクトの exec() メソッドは一致するものを見つけ、最初に一致した文字列全体の一部と、正規表現内の各括弧で囲まれたグループに一致した文字列の部分を含む配列を返します。分割代入によって、簡単にこの配列の一部分を取り出せます。また必要でない場合は、完全一致を無視できます。

+

正規表現オブジェクトの exec() メソッドは一致するものを見つけ、最初に一致した文字列全体の一部と、正規表現内の各括弧で囲まれたグループに一致した文字列の部分を含む配列を返します。分割代入によって、簡単にこの配列の一部分を取り出せます。また必要でない場合は、完全一致を無視できます。

function parseProtocol(url) {
   const parsedURL = /^(\w+)\:\/\/([^\/]+)\/(.*)$/.exec(url);
diff --git a/files/ja/web/javascript/reference/operators/division/index.html b/files/ja/web/javascript/reference/operators/division/index.html
index e3fd9b96f9..3db6a5715d 100644
--- a/files/ja/web/javascript/reference/operators/division/index.html
+++ b/files/ja/web/javascript/reference/operators/division/index.html
@@ -64,13 +64,13 @@ Math.floor(3 / 2) // 1
 

関連項目

diff --git a/files/ja/web/javascript/reference/operators/exponentiation/index.html b/files/ja/web/javascript/reference/operators/exponentiation/index.html index 8a3e13a8b1..40531f5a6c 100644 --- a/files/ja/web/javascript/reference/operators/exponentiation/index.html +++ b/files/ja/web/javascript/reference/operators/exponentiation/index.html @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Operators/Exponentiation ---
{{jsSidebar("Operators")}}
-

べき乗演算子 (**) は、1番目のオペランドを2番目のオペランドの累乗まで上げた結果を返します。これは Math.pow と同等ですが、オペランドとして BigInt も受け入れます。

+

べき乗演算子 (**) は、1番目のオペランドを2番目のオペランドの累乗まで上げた結果を返します。これは Math.pow と同等ですが、オペランドとして BigInt も受け入れます。

{{EmbedInteractiveExample("pages/js/expressions-exponentiation.html")}}
@@ -38,7 +38,7 @@ translation_of: Web/JavaScript/Reference/Operators/Exponentiation // JavaScriptでは意図が明白なため -4
-

注意: 一部のプログラミング言語ではべき乗計算にキャレット記号 ^ を使用していますが、JavaScript ではビット排他的論理和にこの記号を使用しています。

+

注意: 一部のプログラミング言語ではべき乗計算にキャレット記号 ^ を使用していますが、JavaScript ではビット排他的論理和にこの記号を使用しています。

@@ -91,13 +91,13 @@ NaN ** 2 // NaN

関連情報

diff --git a/files/ja/web/javascript/reference/operators/exponentiation_assignment/index.html b/files/ja/web/javascript/reference/operators/exponentiation_assignment/index.html index fa942f4779..9a7faa7c49 100644 --- a/files/ja/web/javascript/reference/operators/exponentiation_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/exponentiation_assignment/index.html @@ -56,6 +56,6 @@ bar **= 'foo' // NaN

関連項目

diff --git a/files/ja/web/javascript/reference/operators/greater_than/index.html b/files/ja/web/javascript/reference/operators/greater_than/index.html index 247f76e0cb..e5a05c3bbb 100644 --- a/files/ja/web/javascript/reference/operators/greater_than/index.html +++ b/files/ja/web/javascript/reference/operators/greater_than/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Operators/Greater_than

解説

-

オペランドは、 抽象関係比較 アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 小なり 演算子のドキュメントを参照して下さい。

+

オペランドは、 抽象関係比較 アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 小なり 演算子のドキュメントを参照して下さい。

@@ -94,7 +94,7 @@ console.log(NaN > 3); // false

関連項目

diff --git a/files/ja/web/javascript/reference/operators/greater_than_or_equal/index.html b/files/ja/web/javascript/reference/operators/greater_than_or_equal/index.html index b72d8cf06c..12800994b8 100644 --- a/files/ja/web/javascript/reference/operators/greater_than_or_equal/index.html +++ b/files/ja/web/javascript/reference/operators/greater_than_or_equal/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Operators/Greater_than_or_equal

解説

-

オペランドは、抽象関係比較アルゴリズムを使用して比較されます。 このアルゴリズムの概要は小なり演算子のドキュメントを参照して下さい。

+

オペランドは、抽象関係比較アルゴリズムを使用して比較されます。 このアルゴリズムの概要は小なり演算子のドキュメントを参照して下さい。

@@ -94,7 +94,7 @@ console.log(NaN >= 3); // false

関連項目

diff --git a/files/ja/web/javascript/reference/operators/in/index.html b/files/ja/web/javascript/reference/operators/in/index.html index ac6c61dc62..72b6bf5934 100644 --- a/files/ja/web/javascript/reference/operators/in/index.html +++ b/files/ja/web/javascript/reference/operators/in/index.html @@ -137,5 +137,5 @@ empties[2] // undefined を返す
  • delete
  • {{jsxref("Object.prototype.hasOwnProperty()")}}
  • {{jsxref("Reflect.has()")}}
  • -
  • プロパティの列挙可能性と所有権
  • +
  • プロパティの列挙可能性と所有権
  • diff --git a/files/ja/web/javascript/reference/operators/increment/index.html b/files/ja/web/javascript/reference/operators/increment/index.html index 9b575490f5..8cbb2486a8 100644 --- a/files/ja/web/javascript/reference/operators/increment/index.html +++ b/files/ja/web/javascript/reference/operators/increment/index.html @@ -69,13 +69,13 @@ b = ++a;

    関連項目

    diff --git a/files/ja/web/javascript/reference/operators/inequality/index.html b/files/ja/web/javascript/reference/operators/inequality/index.html index 7dba373779..aab622a884 100644 --- a/files/ja/web/javascript/reference/operators/inequality/index.html +++ b/files/ja/web/javascript/reference/operators/inequality/index.html @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Operators/Inequality ---
    {{jsSidebar("Operators")}}
    -

    不等価演算子 (!=) は、2つのオペランドが等しくないかをチェックし、ブール値の結果を返します。厳密不等価演算子とは異なり、異なる型のオペランドを変換して比較を行おうとします。

    +

    不等価演算子 (!=) は、2つのオペランドが等しくないかをチェックし、ブール値の結果を返します。厳密不等価演算子とは異なり、異なる型のオペランドを変換して比較を行おうとします。

    {{EmbedInteractiveExample("pages/js/expressions-inequality.html")}}
    @@ -22,19 +22,19 @@ translation_of: Web/JavaScript/Reference/Operators/Inequality

    説明

    -

    不等価演算子は、そのオペランドが等しくないかどうかをチェックします。これは等価演算子の否定なので、次の2行は常に同じ結果になります。

    +

    不等価演算子は、そのオペランドが等しくないかどうかをチェックします。これは等価演算子の否定なので、次の2行は常に同じ結果になります。

    x != y
     
     !(x == y)
    -

    比較アルゴリズムの詳細については、等価演算子のページを参照して下さい。

    +

    比較アルゴリズムの詳細については、等価演算子のページを参照して下さい。

    等価演算子と同様に、不等価演算子は異なる型のオペランドを変換して比較しようとします。

    3 != "3"; // false
    -

    これを防止し、異なる型が異なる結果を返すようにするには、代わりに厳密不等価演算子を使用します:

    +

    これを防止し、異なる型が異なる結果を返すようにするには、代わりに厳密不等価演算子を使用します:

    3 !== "3"; // true
    @@ -92,7 +92,7 @@ object2 != object2 // false

    関連項目

    diff --git a/files/ja/web/javascript/reference/operators/left_shift_assignment/index.html b/files/ja/web/javascript/reference/operators/left_shift_assignment/index.html index cbe638ccd2..be51e08dda 100644 --- a/files/ja/web/javascript/reference/operators/left_shift_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/left_shift_assignment/index.html @@ -56,6 +56,6 @@ bar <<= 2; // 20

    関連項目

    diff --git a/files/ja/web/javascript/reference/operators/less_than/index.html b/files/ja/web/javascript/reference/operators/less_than/index.html index c684188b51..e3d838febc 100644 --- a/files/ja/web/javascript/reference/operators/less_than/index.html +++ b/files/ja/web/javascript/reference/operators/less_than/index.html @@ -25,7 +25,7 @@ translation_of: Web/JavaScript/Reference/Operators/Less_than

    オペランドは、以下に大まかに要約されている抽象関係比較アルゴリズムを使用して比較されます:

    @@ -109,7 +109,7 @@ console.log(NaN < 3); // false

    関連項目

    diff --git a/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html b/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html index 1e74fc6b2d..95ac42b650 100644 --- a/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html @@ -26,7 +26,7 @@ translation_of: Web/JavaScript/Reference/Operators/Logical_AND_assignment

    短絡評価(ショートサーキット)

    -

    論理積演算子は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。

    +

    論理積演算子は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。

    (偽値の式) && expr は、偽値の式が短絡評価されます。

    diff --git a/files/ja/web/javascript/reference/operators/logical_nullish_assignment/index.html b/files/ja/web/javascript/reference/operators/logical_nullish_assignment/index.html index 1c2235a65e..ba7ebab53d 100644 --- a/files/ja/web/javascript/reference/operators/logical_nullish_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/logical_nullish_assignment/index.html @@ -27,7 +27,7 @@ translation_of: Web/JavaScript/Reference/Operators/Logical_nullish_assignment

    短絡評価(ショートサーキット)

    -

    Null 合体演算子は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。

    +

    Null 合体演算子は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。

    (null や undefined ではない式) ?? expr は、左辺が null でも undefined でもないことが証明されたら、左辺の式が短絡評価されます。

    @@ -82,7 +82,7 @@ config({}); // { duration: 100, speed: 25 }

    関連情報