diff options
Diffstat (limited to 'files/ja/glossary/object/index.html')
-rw-r--r-- | files/ja/glossary/object/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --- -<p><a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Object">オブジェクト</a>はデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは <code>car</code> や <code>map</code> オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。</p> +<p><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Object">オブジェクト</a>はデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは <code>car</code> や <code>map</code> オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。</p> <h2 id="Learn_more" name="Learn_more">詳細情報</h2> |