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 difference between module.exports and export?

0 Answers  


What does javascript do?

0 Answers  


why we calld java object orinted programming language??

0 Answers   TCS,


What is null variable?

0 Answers  


What is meant by object oriented programming?

0 Answers  


Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..

0 Answers   QuinStreet,


What would be the result of 3+2+”7″?

0 Answers  


What are different types of scope chain available in javascript?

0 Answers  


Is it possible to do 301 redirects in javascript ?

0 Answers  


When would you use var in your declaration and when you wouldn’t?

0 Answers  


what data type javascript supports?

0 Answers  


How do you create array in javascript?

0 Answers  


Categories