Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created April 30, 2019 10:34
Show Gist options
  • Select an option

  • Save Mayankgupta688/dea7560bc305e4a7252febc11abcc608 to your computer and use it in GitHub Desktop.

Select an option

Save Mayankgupta688/dea7560bc305e4a7252febc11abcc608 to your computer and use it in GitHub Desktop.
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