Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

December 10 2009

codefail

Did you know the boolean value "Objekt ist schon vorhanden!"?

if(alias == null) {
try {
    var obj1 = new Something(name, age, culture);
} catch(e) {
   return false;
}
   return true;  
}
else return "Objekt ist schon vorhanden!";