diff options
Diffstat (limited to 'files/ja/web/javascript/reference/operators/greater_than/index.html')
-rw-r--r-- | files/ja/web/javascript/reference/operators/greater_than/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 <h2 id="解説">解説</h2> -<p>オペランドは、 <a class="external external-icon" href="https://tc39.es/ecma262/#sec-abstract-relational-comparison" rel="noopener">抽象関係比較</a> アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 <a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than">小なり</a> 演算子のドキュメントを参照して下さい。</p> +<p>オペランドは、 <a class="external external-icon" href="https://tc39.es/ecma262/#sec-abstract-relational-comparison" rel="noopener">抽象関係比較</a> アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 <a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than">小なり</a> 演算子のドキュメントを参照して下さい。</p> <h2 id="例">例</h2> @@ -94,7 +94,7 @@ console.log(NaN > 3); // false</pre> <h2 id="関連項目">関連項目</h2> <ul> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal">Greater than or equal operator</a></li> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than">Less than operator</a></li> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than_or_equal">Less than or equal operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal">Greater than or equal operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than">Less than operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than_or_equal">Less than or equal operator</a></li> </ul> |