質問編集履歴

2

タグ抜け

2019/03/21 13:19

投稿

DecoratedKnight
DecoratedKnight

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字

2019/03/21 13:19

投稿

DecoratedKnight
DecoratedKnight

スコア13

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  const server = http.createServer((req, res) => {
12
12
 
13
- items.push('item')
13
+ items.push('sample')
14
14
 
15
15
  console.log(items)
16
16
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  例えばPHPで、以下のコードをビルトインサーバで立ち上げて同様に何度かアクセスしても、
30
30
 
31
- 常に $itemsの中身は ['items'] から変わらないと思います。
31
+ 常に $itemsの中身は ['sample'] から変わらないと思います。
32
32
 
33
33
  ```php
34
34