Skip to content

Instantly share code, notes, and snippets.

@djD-REK
Created September 14, 2019 21:43
Show Gist options
  • Save djD-REK/95ef4fe8859faba0d3c97d6a14a7bee7 to your computer and use it in GitHub Desktop.
Save djD-REK/95ef4fe8859faba0d3c97d6a14a7bee7 to your computer and use it in GitHub Desktop.
function tryToReturnAnObject() {
return
{
hello: "world"
}
}
console.log(tryToReturnAnObject())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment