pratphall icon indicating copy to clipboard operation
pratphall copied to clipboard

Figure out how to define dynamic key in assoc array

Open cretz opened this issue 12 years ago • 0 comments

After figuring out #6, figure out how to do this:

var a = 'someName';
var b = new Map<string, number>({
    a: 12
});

cretz avatar Feb 28 '13 00:02 cretz