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 get the contents of an input box using javascript?
How will you get the checkbox status whether it is checked or not?
What is the use of a weakmap object in javascript?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
What do ellipses mean in javascript?
What does _ mean in javascript?
What is the difference between an Anonymous Function and a named function?
What is the use of a set object in javascript?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
What can I build with javascript?
Entire content of a JavaScript source file in a function block?