Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
lotd79227yI'm not sure that'll work.
However I suspect it's possible to do with prototyping.
I'm no where near a JavaScript expert, so correct me if Im wrong :) -
There's your problem, there's an undefined method in your "undefined"method... Fml
-
crisz82367y@lotd it's a joke based on the fact that one of the most common javascript errors is "undefined is not a function" when you try to access a undefined object 😂 obviously it won't work because undefined is a reserved keyword
function undefined() { }
There we go. Now undefined IS a function. Damn you JavaScript errors.
undefined