Posts by Luis • 1 point
1 post
-
0
votes1
answer147
viewsQ: How to declare a Multidimensional Array key - Javascript
Ola, I would like to know how to concatenate two keys of an array, the idea would be more or less like this: dados['azul'][i] = id; Where the Data Array has the key that is a predefined color and…