If I type ```js println(eval("2 + 2")) ``` Oh Noes say Eval can be Harmful. But if type ```js a = eval println(a("2 + 2")) ``` Then I get out 4. So clearly I can use eval without an error which is a BIG PROBLEM.
If I type
Oh Noes say Eval can be Harmful.
But if type
Then I get out 4. So clearly I can use eval without an error which is a BIG PROBLEM.