回答編集履歴

1

LexicalDeclarationExpression -> LexicalDeclaration Expression

2020/01/11 16:25

投稿

think49
think49

スコア18166

test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  > ```
42
42
 
43
- > for (LexicalDeclarationExpression; Expression) Statement
43
+ > for (LexicalDeclaration Expression; Expression) Statement
44
44
 
45
45
  > ```
46
46