the eval function is using a string and calculate it yeah ? Isthere a function that takes an string like "console.log (lol)" as a parameter and execute it?
An exemple of what i need :
execute("for(var cpt=0;cpt<5;cpt++){alert('lol');}");
Its because i need to execute the code asked by the client, thanks :D