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 5fa3d51 commit 78fb5f2Copy full SHA for 78fb5f2
conditional/else.md
@@ -12,7 +12,7 @@ if(country === 'England'){
12
}
13
```
14
15
-The `else` clause can be join with another `if`, lets remake the example from the previous article:
+The `else` clause can be join with another `if`. Lets remake the example from the previous article:
16
17
```javascript
18
if(country === 'England') {
@@ -53,4 +53,4 @@ if (name === "John") {
53
assert(name === "Aaron");
54
55
56
----
+---
0 commit comments