What does the delete operator do in JavaScript?
Answer / 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 |
How to hide javascript code from old browsers that dont run it?
How do you create a new object in JavaScript?
Should I learn java first or javascript?
How does javascript work?
Is javascript array dynamic?
What are javascript closures?
How can JavaScript be used?
0 Answers Deloitte, JPMorgan Chase,
Why is javascript dangerous?
What is an undefined value in JavaScript?
How to include the HTML tag inside the javascript tags?
What is lazy instantiation in java?
What is the === in javascript?