回答編集履歴
1
typo修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
### コンテキスト
|
1
|
+
### コンテキスト (Context)
|
2
2
|
|
3
3
|
|
4
4
|
|
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
|
82
82
|
|
83
|
-
### コンテキストオブジェクト
|
83
|
+
### コンテキストオブジェクト (Context Object)
|
84
84
|
|
85
85
|
|
86
86
|
|
@@ -106,7 +106,7 @@
|
|
106
106
|
|
107
107
|
- [10.4 Establishing an Execution Context - ECMA-262 Edition 5.1 (ES5.1)](http://ecma-international.org/ecma-262/5.1/#sec-10.4)
|
108
108
|
|
109
|
-
- [8.3 Execution Contexts - ECMAScript 2015 Language Specification (ES6)
|
109
|
+
- [8.3 Execution Contexts - ECMAScript 2015 Language Specification (ES6)](http://www.ecma-international.org/ecma-262/6.0/#sec-execution-contexts)
|
110
110
|
|
111
111
|
- [8.3Execution Contexts - ECMAScript® 2016 Language Specification (ES7)](http://www.ecma-international.org/ecma-262/7.0/#sec-execution-contexts)
|
112
112
|
|