Skip to content

Instantly share code, notes, and snippets.

@sagar-more
Created April 15, 2019 18:07
Show Gist options
  • Save sagar-more/a6a237aa54e5f085300274b81c57bd2c to your computer and use it in GitHub Desktop.
Save sagar-more/a6a237aa54e5f085300274b81c57bd2c to your computer and use it in GitHub Desktop.
Return statement
function foo() {
return {
bar: "hello"
};
}
console.log(foo())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment