Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created November 2, 2019 13:23
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/989bcae04e983688fb118eab54f6f2b3 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/989bcae04e983688fb118eab54f6f2b3 to your computer and use it in GitHub Desktop.
//Example of Properties, keys & Values
let user = { // An object
name: 'akash', // 'name' is a key: 'akash' is a value
age: 22
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment