This commit is contained in:
Tom Ball 2016-07-26 00:46:14 -04:00
Родитель aff9d1ee60
Коммит 5e9a5b29f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ basic.showNumber(1);
basic.showNumber(2);
```
## The empty statement
### The empty statement
In JavaScript, there is the concept of an *empty statement*, which is whitespace followed by
a semicolon in the context where a statement is expected.