Without using the items below:
var helloWord = function(){ //aqui seu código }
. I came up with the example below, but the problem identified that I'm using string, does anyone have another idea?
Without using the items below:
var helloWord = function(){ //aqui seu código }
. I came up with the example below, but the problem identified that I'm using string, does anyone have another idea?
I found the solution:
var helloWorld = function () {
// Hello World!
var start = [,,,,,,,,,,,,,,,,,,,].length,
end = [,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,].length;
alert(helloWorld.toString().slice(start, end));
}
helloWorld();
try the following:
function SGVsbG8gV29scmQh() { }
var helloWolrd = function () {
alert(atob(new SGVsbG8gV29scmQh().constructor.name));
}
helloWolrd();