// EXERCISES ON OBJECT // A js program that delete the rollno property from the Object No2 // var student = { // name : "David Rayy", // class :"VI", // rollno : 12 , // }; // console.log("Before delection:",student) // delete student.rol...
allysa236.hashnode.dev5 min readNo responses yet.