o13

PHOTO EMBED

Fri Jul 09 2021 18:29:03 GMT+0000 (Coordinated Universal Time)

Saved by @buildadev

var student = {
    name: "John Doe",
    marks : 400
}
for(key in student)
{
  console.log(key); 
}
content_copyCOPY