A:
{ a: "one", b: "two" }B:
{ b: "two", a: "three" }C:
{ a: "three", b: "two" }D:
SyntaxError
JA JavaScript Tests @javascript_testit · 1.38K subscribers 
{ a: "one", b: "two" }{ b: "two", a: "three" }{ a: "three", b: "two" }SyntaxError