Skip to content

Instantly share code, notes, and snippets.

@codewithpom
Created December 5, 2021 14:55
Show Gist options
  • Save codewithpom/6d8da0d7ce0c93a22143a9c6fb9c379f to your computer and use it in GitHub Desktop.
Save codewithpom/6d8da0d7ce0c93a22143a9c6fb9c379f to your computer and use it in GitHub Desktop.
const student = {
name: "Insha",
age: 20
}
let key = "name"
console.log(student[key]) // prints out Insha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment