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
Name the types of functions.
How to clone an object in javascript?
What is eager initialization in java?
Which is better python or javascript?
What is camelcase in programming?
Can I open javascript on iphone?
How will you create new object in javascript?
What is unobtrusive javascript? How to add behavior to an element using javascript?
How to encode and decode a url in javascript?
How to convert a string to lowercase?
What are the types of data types?
Can I declare a variable as CONSTANT in JavaScript?
What is the use of a number object in javascript?
List some unit testing frameworks javascript
How do you check if an object is an array or not?