We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4ed3a + 1419ecb commit a2392f3Copy full SHA for a2392f3
1-js/02-first-steps/02-structure/article.md
@@ -6,7 +6,7 @@ The first thing we'll study is the building blocks of code.
6
7
Statements are syntax constructs and commands that perform actions.
8
9
-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!".
10
11
We can have as many statements in our code as we want. Statements can be separated with a semicolon.
12
0 commit comments