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
What is difference between array.splice() and array.slice() method in javascript?
How can we detect os of the client machine using javascript?
What can I build with javascript?
Is a hash table an array?
What's math constants and functions using javascript?
How many types of data types are there?
How to call a function in every x seconds in javascript?
If we want to return the character from a specific index which method is used?
How to change style on an element?
What is the difference between window and document in Javascript?
What is difference between arrow function and normal function?
How compare function works javascript?
Why is javascript not oop?
What close() does in javascript?
How do I write script-generated content to another window?