Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
December 10 2009
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!";
try {
var obj1 = new Something(name, age, culture);
} catch(e) {
return false;
}
return true;
}
else return "Objekt ist schon vorhanden!";
