質問編集履歴

2

カッコが足りなかった点を修正

2017/07/27 12:53

投稿

aglkjggg
aglkjggg

スコア769

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```javascript
28
28
 
29
- this.x = Boolean(localStorage.getItem('x')
29
+ this.x = Boolean(localStorage.getItem('x'))
30
30
 
31
31
  ```
32
32
 

1

修正

2017/07/27 12:53

投稿

aglkjggg
aglkjggg

スコア769

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```javascript
28
28
 
29
- x = Boolean(localStorage.getItem('x')
29
+ this.x = Boolean(localStorage.getItem('x')
30
30
 
31
31
  ```
32
32