Hallo,
Ich steh grad auf dem Schlauch:
function a() {
return {
b : 'Hallo Welt',
c : 'Hallo Welt'
};
}
var d = a();
alert(d.b);
Hier bekomme ich ein 'invalid label' als Fehlermeldung (noch nie gehabt), nehme ich die Eigenschaft c weg, bekomme ich 'd has no properties'
Zu Hilfe!
Gruß, Nils
--
Bookmarks
Bookmarks