From dad99b04c746f24f50fea37217855f097d3e10e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 8 Jun 2020 14:46:37 +0200 Subject: [PATCH] Clarify the requirement of const in declarations --- subjects/declarations.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/declarations.en.md b/subjects/declarations.en.md index baaff9263..ddbe3a65b 100644 --- a/subjects/declarations.en.md +++ b/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'