o7

PHOTO EMBED

Fri Jul 09 2021 18:19:57 GMT+0000 (Coordinated Universal Time)

Saved by @buildadev

var student = {
    name: "John Doe",
    marks : 400
}

console.log("Name of the student is " + student.name
            + " marks are " + student.name)
content_copyCOPY