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
How to test 404 page in QA
Do unused imports affect performance javascript?
To put a "close window" link on a page ?
What Does JavaScript Void(0) Mean?
Methods get and post in html forms - what's the difference?
What is the === in javascript?
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases
How to access an external javascript file that is stored externally and not embedded?
What is asynchronous javascript?
What is the dollar sign in javascript?
How many types of functions are there in javascript?
How do I use javascript to password-protect my web site?
what does javascript null mean?
How to get the type of arguments passed to a function?
How long does it take to get good at javascript?