We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7af94bd + ddbe4e5 commit 09593f9Copy full SHA for 09593f9
strings/create.md
@@ -4,7 +4,7 @@ You can define strings in JavaScript by enclosing the text in single quotes or d
4
5
```js
6
// Single quotes can be used
7
-var str = "Our lovely string";
+var str = 'Our lovely string';
8
9
// Double quotes as well
10
var otherStr = "Another nice string";
0 commit comments