Snippets tagged “eval”
1 snippet uses this tag.
- How to Execute a JavaScript Function when You have Its Name as a StringJavaScript
Read this tutorial and learn about the safe method of calling a function when you have its name as a string. Also, read about why you should not use eval().