Skip to content

Commit

Permalink
fix(object): ビルトインオブジェクトの説明を追加
Browse files Browse the repository at this point in the history
fix #382
  • Loading branch information
azu committed Jun 28, 2019
1 parent a5e0d85 commit 86daf10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/basic/object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ description: "JavaScriptのObjectはオブジェクトの基礎となるもの
また、1つのオブジェクトは複数のプロパティを持てるため、1つのオブジェクトで多種多様な値を表現できます。

今までも登場してきた、配列や関数などもオブジェクトの一種です。
この章では、あらゆるオブジェクトのもととなる`Object`というビルトインオブジェクトについて見ていきます。
JavaScriptには、あらゆるオブジェクトのもととなる`Object`というビルトインオブジェクトがあります。
ビルトインオブジェクトとは、ECMAScriptの仕様で定義されているため、どの実行環境でも利用可能な組み込みオブジェクトです。

この章では、オブジェクトの作成や扱い方、`Object`というビルトインオブジェクトについて見ていきます。

## オブジェクトを作成する {#create-object}

Expand Down

0 comments on commit 86daf10

Please sign in to comment.