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
Which keyword is used to print the text in the screen?
Have you used any browser for debugging? If yes, how is it done?
How do I enable cookies safari?
How do I open a .js file?
What are the requirements of web application using javascript?
Which operator is used to assign a value to a variable?
How many functions are there in javascript?
Is javascript the future?
How to redirect a url using JavaScript?
What is the difference between var and let?
How can an HTMLCollection be traversed?
How do I save javascript?
What is the difference between java & javascript?
What is difference between local and global scope in javascript ?
What are the predefined functions in javascript?