回答編集履歴

1

誤字の修正

2015/10/25 05:09

投稿

Ryo
Ryo

スコア507

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  クライアント側で`new Window()` 、`new Document()` などのJavaScriptの**コンストラクタ**は使用できない。
8
8
 
9
- `window.document.getElementById("ID名")` などの`window`、`document`**オブジェクト**は用可能
9
+ `window.document.getElementById("ID名")` などの`window`、`document`**オブジェクト**は使用可能
10
10
 
11
11
  という認識であっていますか?
12
12