diff --git a/README.md b/README.md index 38aefa55..c41a42a0 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ return `How are you, ${name}?`; } ``` + - [6.5](#6.5) Never use eval() on a string, it opens too many vulnerabilities. **[⬆ back to top](#table-of-contents)**