Similar to Arrays? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Similar to Arrays?

Could you reference objects by arrays?

23rd Apr 2019, 1:53 PM
Joseph Daniel
Joseph Daniel - avatar
1 Resposta
+ 1
ArraysĀ are just regularĀ objects. In Javascript, there are only 6 data types defined ā€“ the primitives (boolean, number, string, null, undefined) andobjectĀ (the onlyĀ referenceĀ type). ...Ā You canĀ use any name as property for anobjects, including numbers or even empty string.
23rd Apr 2019, 2:26 PM
Alessio Benvenuti
Alessio Benvenuti - avatar