(no title)
robert00700 | 13 years ago
alert("blah")
can just as easily be made to be
window["alert"]("blah"), where the string 'alert' could be made by a very convoluted manner. Solving this would be akin to solving the halting problem, no?
robert00700 | 13 years ago
alert("blah")
can just as easily be made to be
window["alert"]("blah"), where the string 'alert' could be made by a very convoluted manner. Solving this would be akin to solving the halting problem, no?
No comments yet.