Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created July 30, 2018 23:17
Show Gist options
  • Select an option

  • Save gladchinda/214e109c42a6e503264ddbeea3394303 to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/214e109c42a6e503264ddbeea3394303 to your computer and use it in GitHub Desktop.
// Returned object literal wrapped in parentheses
const getProfile = () => ({
name: 'Glad Chinda',
gender: 'Male',
birthday: 'August 15'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment