Safe eval() Alternative in JavaScript

An alternative to eval() for inserting variables at runtime in Javascript. Read more

Similar