Skip to content

Instantly share code, notes, and snippets.

@mietek
Created August 18, 2014 22:35
Show Gist options
  • Save mietek/d41bd384bb61073704a7 to your computer and use it in GitHub Desktop.
Save mietek/d41bd384bb61073704a7 to your computer and use it in GitHub Desktop.
Indentation woes
> let author =
{ name: "P"
, interests: []
}
(line 2, column 5):
unexpected "n"
expecting expression
> let author =
{ name: "P"
, interests: []
}
(line 3, column 5):
unexpected ","
expecting expression
> let author =
{ name: "P"
, interests: []
}
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment