aoqi@0: SyntaxError:32:Expected comma but found decimal aoqi@0: var x = [ 23 34 ] aoqi@0: ^ aoqi@0: SyntaxError:41:Expected comma but found ident aoqi@0: var x = { foo: 33 bar: 'hello' } aoqi@0: ^