Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 12, 2023 15:57
Show Gist options
  • Save suhailgupta03/456acb63e8e8eeda7c514ffe7d0f40a1 to your computer and use it in GitHub Desktop.
Save suhailgupta03/456acb63e8e8eeda7c514ffe7d0f40a1 to your computer and use it in GitHub Desktop.
var manojStudent = {
'name': 'manoj',
'age': 17,
'city': 'udaipur',
'class': '1st semster of college',
'weight': 55.67
}
console.log(manojStudent['age']);
console.log(manojStudent['weight']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment