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.
2 parents 3b83adb + ae167f0 commit 6b37db5Copy full SHA for 6b37db5
conditional/if.md
@@ -31,7 +31,7 @@ var message = 'this is ' + country + ', the weather is ' +
31
'currency is ' + currency;
32
```
33
34
-**Node:** Conditions can also be nested.
+**Note:** Conditions can also be nested.
35
36
---
37
@@ -57,4 +57,4 @@ if (name === "John") {
57
assert(name === "John");
58
59
60
----
+---
0 commit comments