Skip to content

Commit a2392f3

Browse files
authored
Merge pull request #803 from adamcnaglich/patch-1
Added a missing comma
2 parents 0d4ed3a + 1419ecb commit a2392f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/02-structure/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The first thing we'll study is the building blocks of code.
66

77
Statements are syntax constructs and commands that perform actions.
88

9-
We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello world!".
9+
We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello, world!".
1010

1111
We can have as many statements in our code as we want. Statements can be separated with a semicolon.
1212

0 commit comments

Comments
 (0)