Skip to content

Commit ef87d80

Browse files
committed
more precision in strings explanation
1 parent 16ab96d commit ef87d80

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

problems/strings/problem.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
A **string** is any value surrounded by quotes.
1+
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.
24

3-
It can be single or double quotes:
5+
String values are surrounded by either single or double quotation marks.
46

57
```js
68
'this is a string'
@@ -10,7 +12,7 @@ It can be single or double quotes:
1012

1113
## NOTE
1214

13-
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.
1416

1517
## The challenge:
1618

0 commit comments

Comments
 (0)