Created
July 30, 2018 23:17
-
-
Save gladchinda/214e109c42a6e503264ddbeea3394303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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