input.js 58 B

12345
  1. var obj = {
  2. ["x" + foo]: "heh",
  3. ["y" + bar]: "noo"
  4. };