We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af94bd commit ddbe4e5Copy full SHA for ddbe4e5
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