What does the delete operator do?
By admin on Feb 26, 2007 in Javascript Interview Questions
The delete operator is used to delete all the variables and objects used in the program ,but it does not delete variables declared with var keyword.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy admin on Feb 26, 2007 in Javascript Interview Questions
The delete operator is used to delete all the variables and objects used in the program ,but it does not delete variables declared with var keyword.