Fri Jul 09 2021 18:19:57 GMT+0000 (UTC)
Saved by @buildadev
var student = { name: "John Doe", marks : 400 } console.log("Name of the student is " + student.name + " marks are " + student.name)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments