Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created November 2, 2019 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkashRajvanshi/25a3b0e5b6455e5d77347fd939707c62 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/25a3b0e5b6455e5d77347fd939707c62 to your computer and use it in GitHub Desktop.
const user = {
fullName: function () {
return `Akash`
}
};
console.log(user['fullName']()) //Akash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment