fix(curriculum): remove whitespace typo (#39009)
This commit is contained in:
committed by
GitHub
parent
75d2cc016f
commit
62dcb1f3fa
@ -22,7 +22,7 @@ Example:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
var ourStr = "I come first. " + "I come second.";
|
var ourStr = "I come first. " + "I come second.";
|
||||||
// ourStr is "I come first. I come second."
|
// ourStr is "I come first. I come second."
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user