Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

hello world! in javascript

Name: Anonymous 2013-10-11 12:35

Hi guys! I just started learning javascript and here's my hello world
Please be gentle because I'm just a girl~ :P

function fhi5e6djgh (fjfghfg5785) {
var that = this;
return ((function() {
return ((function() {
return ((function() {
return ((function() {
return function() {
jhfjh.apply(this, that);
};
})());
})())[null];
})());
})());
};

function jhfjh (fdhgdgg_ghgh, thot) {
var fhjf,
hj;

if (++fhjf == --hj && fhjf == [7[7[8[6[5]]]][8[5[7[9[0]]]]]] && (function(){eval(this)})() || ++fhjf == !hj ? fhjf++ : --hj && [] == [545])
return ((function() {
return ((function() {
return ((function() {
fdhgdgg_ghgh.apply(this);
})())[null];
})())[0];
})())[hj++ || --fhjf];
}

var fgkfkfhjFHY45 = function() {
return console.log.apply( console, arguments );
};

fhi5e6djgh(eval(fgkfkfhjFHY45(eval(new Buffer('Y29uc29sZS5sb2coJ2hlbGxvIHdvcmxkJyk=', 'base64').toString('ascii')))))

Name: Anonymous 2013-10-11 17:10

(function() {
var code = '';
var count;
var fns = 10000;
for (count = 0; count < fns; count++) {
code += 'return (function() {\n';
}
code += 'alert("hello world")\n';
for (count = 0; count < fns; count++) {
code += '}';
}
})();
eval('function hello() { ' + code + '}');
function supercaller(fn) {
if (typeof fn === 'function') supercaller(fn());
}
supercaller(hello);
})();

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List