Answer Posted / datta
delete operator deletes the property and its value
var student={age:30; branch:"CSE"};
delete student.age;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find radio button selection when a form is submitted?
What is the default data type in javascript?
Explain the difference between javascript and an asp script.
How to Object.entries( ) In JavaScript ?
What is prototype in javascript and how do you use it?
What does break and continue statements do in javascript?
What does 3 dots mean in javascript?
Do you need to declare variables in javascript?
Explain javascript event delegation model?
What is event in javascript?
What is the best free ide?
Why is javascript called richer interface?
What is the difference between client side javascript and server side javascript.
What are the string methods?
what is function of stdio.h