Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does the delete operator do in JavaScript?



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

Post New Answer

More JavaScript Interview Questions

What is this? Var myarray = [[[]]];

0 Answers  


How Does Function Hoisting Work in JavaScript?

0 Answers  


What are the variable naming conventions in javascript?

0 Answers  


If we want to return the character from a specific index which method is used?

0 Answers  


What is an empty html tag?

0 Answers  


How can javascript codes be hidden from old browsers that don't support javascript?

0 Answers  


What is the difference between rootscope and scope?

0 Answers  


Explain the steps for connecting the system to Internet.

0 Answers   Annamalai University,


Can you explain about screen object?

0 Answers  


Is it possible to use javascript to change the meta-tags of the page?

0 Answers  


Define event bubbling?

0 Answers  


List few difference between primitive and non primitive javascript data types?

0 Answers  


Categories