Browse Source

Clarify the requirement of const in declarations

content-update
Clément 4 years ago committed by GitHub
parent
commit
dad99b04c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/declarations.en.md

2
subjects/declarations.en.md

@ -2,7 +2,7 @@
### Instructions
Create the following variables:
Create the following constant variables:
- `escapeStr`, that contains the following specials characters: \`, `\`, `/`, `"`, `'`
- `arr` that is an array containing the values 4 and '2'

Loading…
Cancel
Save