Execute JavaScript code stored as a string

With the eval function, like:

eval("my script here");

Leave a Comment