Javascript eval - Is eval evil? Just In Time (JIT) compiling

added by JavaScript Kicks
11/20/2018 8:58:41 AM

846 Views

There is a high chance that you've stumbled across the JavaScript eval function. It is a common knowledge that in JavaScript, eval is something that is a bad practice. Have you ever wondered how it works and why exactly a lot of people discourage it?


0 comments