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
What are the predefined functions in javascript?
What is use strict in javascript?
What do mean by NULL in Javascript?
How do you declare a variable in javascript?
Can I write javascript in notepad?
What companies use javascript?
What does _ mean in javascript?
How do you check if a string is a number javascript?
In which location cookies are stored on the hard disk?
List few difference between primitive and non primitive javascript data types?
List some unit testing frameworks javascript
Write about the errors shown in javascript?
What are global variables? How are these variable declared and what are the problems associated with using them?
What is the difference between scripting and programming?
Is javascript server side or client side?