Browse Source

declarations: fix quote formatting

pull/762/head
Clement Denis 3 years ago
parent
commit
8cc624bf8a
  1. 2
      subjects/declarations/README.md

2
subjects/declarations/README.md

@ -4,7 +4,7 @@
Create the following constant variables:
- `escapeStr`, that contains the following specials characters: \`, `\`, `/`, `"`, `'`
- `escapeStr`, that contains the following specials characters: `` ` ``, `\`, `/`, `"`, `'`
- `arr` that is an array containing the values 4 and '2'
- `obj` that is an object containing a property for each primitives:
- `str` for `String`

Loading…
Cancel
Save