var myString = "console.log('I am Batman')"; eval(myString); //carefull ! This will execute the code, therefore //be careful of where/how you got this string.