Merge pull request #395 from Ryan-McBride/patch-1

Update to include warning against using eval.
This commit is contained in:
Harrison Shoff
2015-07-29 11:45:30 -07:00

View File

@@ -442,6 +442,7 @@
return `How are you, ${name}?`;
}
```
- [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
**[⬆ back to top](#table-of-contents)**