java script :how to insert config dynamically into a object
In down below code of javascript
var structure = {
Asia: ['Beijing', 'Tokyo'],
Europe: ['Berlin', 'London', 'Paris']
}
i want to insert Asia: ['Beijing', 'Tokyo'] like object dynamically using
loop
how to do that
No comments:
Post a Comment