Skip to content

Instantly share code, notes, and snippets.

@mmrobins
Created February 15, 2018 17:33
Show Gist options
  • Save mmrobins/e9448db0c2f8f53e905734de4ac3cfd2 to your computer and use it in GitHub Desktop.
Save mmrobins/e9448db0c2f8f53e905734de4ac3cfd2 to your computer and use it in GitHub Desktop.
>> { "foo": "bar" }
SyntaxError: unexpected token: ':'[Learn More] debugger eval code:1:7
>> var baz = { "foo": "bar" }
undefined
>> baz
Object { foo: "bar" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment