We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9927d29 commit dbb4a67Copy full SHA for dbb4a67
tutorials/learn-js.org/en/Conditions.md
@@ -5,7 +5,7 @@ Tutorial
5
6
The `if` statement allows us to check if an expression is equal to `true` or `false`, and execute different code according to the result.
7
8
-For example, if we want ask the user whether his name is "John", we can use the `confirm` function.
+For example, if we want to ask the user whether his name is "John", we can use the `confirm` function.
9
10
if (confirm("Are you John Smith?"))
11
{
0 commit comments