diff options
Diffstat (limited to 'files/ja/web/javascript/reference/operators')
-rw-r--r-- | files/ja/web/javascript/reference/operators/property_accessors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/operators/property_accessors/index.html b/files/ja/web/javascript/reference/operators/property_accessors/index.html index 4f31790b02..a58cb3288f 100644 --- a/files/ja/web/javascript/reference/operators/property_accessors/index.html +++ b/files/ja/web/javascript/reference/operators/property_accessors/index.html @@ -104,7 +104,7 @@ console.log(object[bar]) <p>メソッドは、そのメソッドが所属するオブジェクトにバインドされているわけではありません。特に、 <code>this</code> はメソッド内で固定されていません。つまり、 <code>this</code> は必ずしもそのメソッドを含んでいるオブジェクトを参照しているとは限りません。 <code>this</code> は関数呼び出し時に「渡される」ものです。<a href="/ja/docs/Web/JavaScript/Reference/Operators/this#method_binding">メソッドのバインド</a>を参照してください。</p> -<h2 id="Examples">Examples</h2> +<h2 id="Examples">例</h2> <h3 id="Bracket_notation_vs._eval">ブラケット表記法と <code>eval</code></h3> |