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 the use of the ‘this’ keyword?
How do I run javascript on my iphone?
What is the use of a weakset object in javascript?
What does the following statement declares?
How to embed javascript in a web page?
What are the different ways to create an array in javascript?
What is the function of javascript?
If 2 methods have same name and same number of parameters, which one will be executed first?
How to setting a cookie with the contents of a textbox?
Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?
What is difference between javascript and jscript?
What is built in function in javascript?