Merge pull request #803 from adamcnaglich/patch-1
Added a missing comma
This commit is contained in:
commit
a2392f3e9b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ The first thing we'll study is the building blocks of code.
|
||||||
|
|
||||||
Statements are syntax constructs and commands that perform actions.
|
Statements are syntax constructs and commands that perform actions.
|
||||||
|
|
||||||
We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello world!".
|
We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello, world!".
|
||||||
|
|
||||||
We can have as many statements in our code as we want. Statements can be separated with a semicolon.
|
We can have as many statements in our code as we want. Statements can be separated with a semicolon.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue