js ajouter des champs à la carte

randomObject['hello'] = 'world';

//like
var myMap = {};

// ...

myMap[newKey] = newValue;
Defiant Dove