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

WHICH CAME FIRST?

Name: Anonymous 2011-08-01 6:49

I have wrote a function which gives an answer to the ultimate question. Behold:

function chicken() {
  return egg();
}
function egg() {
  return chicken();
}
alert(chicken() + " came first.");

Name: Anonymous 2011-08-01 11:40

>>5
ZOMG OPTIMIZED
alert(function(){while(1);}() + " came first.");

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