Update README.md

This commit is contained in:
Christopher Fremond 2021-07-19 17:23:19 +01:00 committed by GitHub
parent 0fe6bd8161
commit f7265a89e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ the character normaly means for a string_
### Instructions ### Instructions
Nothing can stop you now with that new knowledge. Like Houdini, master of Nothing can stop you now with that new knowledge. Like Houdini, master of
escapes, in this exercise you are going to: **escape some strings**: escapes, in this exercise you are going to **escape some strings**:
- Create a `escapeFromDelimiters` that includes all 3 quotes _(`` ` ``, `"` and - Create a `escapeFromDelimiters` that includes all 3 quotes _(`` ` ``, `"` and
`'`)_. `'`)_.