26 Answered Questions
[SOLVED] Why is using the JavaScript eval function a bad idea?
- 2008-09-17 19:09:54
- Brian Singh
- 249899 View
- 523 Score
- 26 Answer
- Tags: javascript security eval
8 Answered Questions
25 Answered Questions
[SOLVED] When is JavaScript's eval() not evil?
- 2008-10-13 14:28:28
- Richard Turner
- 80337 View
- 253 Score
- 25 Answer
- Tags: javascript coding-style eval
12 Answered Questions
18 Answered Questions
6 Answered Questions
[SOLVED] Using python's eval() vs. ast.literal_eval()?
- 2013-03-04 08:50:41
- tijko
- 138712 View
- 155 Score
- 6 Answer
- Tags: python eval abstract-syntax-tree
6 Answered Questions
3 Answered Questions
3 Answered Questions
19 Answered Questions
[SOLVED] Executing <script> elements inserted with .innerHTML
- 2010-04-07 11:48:39
- phidah
- 138727 View
- 104 Score
- 19 Answer
- Tags: javascript dom eval innerhtml
4 Answered Questions
10 Answered Questions
7 Answered Questions
[SOLVED] How can I evaluate a C# expression dynamically?
- 2008-09-10 12:06:59
- Daren Thomas
- 86283 View
- 49 Score
- 7 Answer
- Tags: c# reflection eval
12 Answered Questions
[SOLVED] Why exactly is eval evil?
- 2010-04-03 13:50:56
- Jay
- 13775 View
- 141 Score
- 12 Answer
- Tags: clojure scheme lisp common-lisp eval
18 Answered Questions
[SOLVED] Convert a string to a template string
- 2015-03-21 11:34:20
- KOLANICH
- 46971 View
- 128 Score
- 18 Answer
- Tags: javascript ecmascript-6 eval template-strings
2 Answered Questions
8 Answered Questions
2 Answered Questions
6 Answered Questions
[SOLVED] Are eval() and new Function() the same thing?
- 2011-01-05 00:38:32
- qwertymk
- 36800 View
- 86 Score
- 6 Answer
- Tags: javascript function optimization eval
9 Answered Questions
6 Answered Questions
4 Answered Questions
[SOLVED] (1, eval)('this') vs eval('this') in JavaScript?
- 2012-02-02 04:38:00
- shawjia
- 18030 View
- 80 Score
- 4 Answer
- Tags: javascript eval
7 Answered Questions
10 Answered Questions
[SOLVED] Calculate string value in javascript, not using eval
- 2011-06-25 17:02:51
- Eric Herlitz
- 47307 View
- 41 Score
- 10 Answer
- Tags: javascript eval
7 Answered Questions
[SOLVED] Why does JavaScript's eval need parentheses to eval JSON data?
- 2009-06-08 11:10:09
- Tomo
- 11794 View
- 34 Score
- 7 Answer
- Tags: javascript json eval
4 Answered Questions
6 Answered Questions
[SOLVED] Indirect variable assignment in bash
- 2012-03-30 07:24:30
- Eli Barzilay
- 30160 View
- 34 Score
- 6 Answer
- Tags: bash eval variable-assignment quotes