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
Explain the unshift() method ?
Which type of variable among global and local, takes precedence over other if names are same?
How do you submit a form using JavaScript?
Define event bubbling?
What is Browser Object Model?
What are nodes in javascript?
How to trigger a postback on an updatepanel from javascript?
Is javascript server side or client side?
What is the difference between innerHTML and innerText?
What is bom?
In a pop-up browser window, how do you refer to the main browser window that opened it?
What is the similarity between the 1st and 2nd statement?
Is array an object javascript?
What is the use of Void(0)?
Is there any difference between javascript and jscript?