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

javascript idea

Name: Anonymous 2011-12-18 16:36

an object with "call"/"apply" properties should be "callable"

eg,



anus = {
        "call": function(){ ... }
       }


anus() // same as anus.call(anus)

Name: Anonymous 2011-12-18 20:55

>>1
Why do

anus = { buttholes: 1, turdcutters: 2, call: function(){} };

If you can do

anus = function(){};
anus.buttholes = 1;
anus.turdcutters = 2;

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