Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 12, 2023 15:43
Show Gist options
  • Save suhailgupta03/50339c5d81475733b4742f4ded660680 to your computer and use it in GitHub Desktop.
Save suhailgupta03/50339c5d81475733b4742f4ded660680 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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment