@@dedlfix
Ein Array verwaltet eine mehr oder weniger unbekannte Anzahl üblicherweise gleichartiger Dinge über einen numerischen Index.
Da kommt’s also auf die Reihenfolge an; ["John", "Doe", 46]
ist was anderes als ["Doe", 46, "John"]
.
Bei Objekten hingegen nicht; {firstName:"John", lastName:"Doe", age:46}
ist dasselbe wie {lastName:"Doe", age:46, firstName:"John"}
.
Ein Objekt hat meist eine genau feststehende Anzahl benannter Eigenschaften
??
var jane = {firstName:"Jane", lastName:"Roe"};
Bei Frauen gibt man das Alter nicht an.
jane.age = 42;
Oder doch. So feststehend ist die Anzahl benannter Eigenschaften nun auch nicht.
LLAP 🖖
--
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
sh:) fo:} ch:? rl:) br:> n4:& va:| de:> zu:} fl:{ ss:| ls:# js:|