2014-09-29 03:43:21 +10:00

5 lines
58 B
JavaScript

var obj = {
["x" + foo]: "heh",
["y" + bar]: "noo"
};