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