We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ab96d commit ef87d80Copy full SHA for ef87d80
1 file changed
problems/strings/problem.md
@@ -1,6 +1,8 @@
1
-A **string** is any value surrounded by quotes.
+A **string** is a sequence of characters. A ***character*** is, roughly
2
+speaking, a written symbol. Examples of characters are letters, numbers,
3
+punctuation marks, and spaces.
4
-It can be single or double quotes:
5
+String values are surrounded by either single or double quotation marks.
6
7
```js
8
'this is a string'
@@ -10,7 +12,7 @@ It can be single or double quotes:
10
12
11
13
## NOTE
14
-Try to stay consistent. In this workshop we'll only use single quotes.
15
+Try to stay consistent. In this workshop we'll only use single quotation marks.
16
17
## The challenge:
18
0 commit comments