diff --git a/docs/js/sequence.md b/docs/js/sequence.md index e8b6e94a..de0364dc 100644 --- a/docs/js/sequence.md +++ b/docs/js/sequence.md @@ -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.