From 8cc624bf8acbf27e379b8415270cf02c057e2fde Mon Sep 17 00:00:00 2001 From: Clement Denis Date: Fri, 19 Mar 2021 20:01:33 +0000 Subject: [PATCH] declarations: fix quote formatting --- subjects/declarations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/declarations/README.md b/subjects/declarations/README.md index 19fb113d..f60bc8fc 100644 --- a/subjects/declarations/README.md +++ b/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`