Skip to content

Instantly share code, notes, and snippets.

@yamankatby
Last active October 1, 2019 09:11
Show Gist options
  • Save yamankatby/b141bc824d07830761a211a475c15de5 to your computer and use it in GitHub Desktop.
Save yamankatby/b141bc824d07830761a211a475c15de5 to your computer and use it in GitHub Desktop.
const profile = {
name: "Yaman KATBY",
username: "@yamankatby",
email: "m.yaman.katby@gmail.com"
};
const name = profile.name; // Yaman KATBY
const username = profile.username; // @yamankatby
const email = profile.email; // m.yaman.katby@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment