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 5a709bb + d989174 commit ea1b710Copy full SHA for ea1b710
strings/concat.md
@@ -8,7 +8,7 @@ var bigStr = 'Hi ' + 'JS strings are nice ' + 'and ' + 'easy to add';
8
9
---
10
11
-Add up the different names so that the `fullName` variable. Contains John's complete name.
+Add up the different names so that the `fullName` variable contains John's complete name.
12
13
```js
14
var firstName = "John";
@@ -28,4 +28,4 @@ var fullName = firstName + " " + lastName;
28
assert(fullName === 'John Smith');
29
```
30
31
----
+---
0 commit comments