Created
April 30, 2019 10:34
-
-
Save Mayankgupta688/dea7560bc305e4a7252febc11abcc608 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
| function getEmployeeData() { | |
| return { | |
| name: "Mayank", | |
| age: 30, | |
| designation: "Developer", | |
| salary: 30000, | |
| bonus: 2000 | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment