Skip to content

Instantly share code, notes, and snippets.

@myogeshchavan97
Created May 26, 2021 02:53
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 myogeshchavan97/68c87228d2c12903d5fff3481fde46b5 to your computer and use it in GitHub Desktop.
Save myogeshchavan97/68c87228d2c12903d5fff3481fde46b5 to your computer and use it in GitHub Desktop.
User Object
const user = {
name: "David",
phone: 122345678,
location: {
city: "Camden",
country: "UK"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment