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 |
What is difference between module.exports and export?
What does javascript do?
why we calld java object orinted programming language??
What is null variable?
What is meant by object oriented programming?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
What would be the result of 3+2+”7″?
What are different types of scope chain available in javascript?
Is it possible to do 301 redirects in javascript ?
When would you use var in your declaration and when you wouldn’t?
what data type javascript supports?
How do you create array in javascript?