Google News
logo
JavaScript - Interview Questions
What is the function of delete operator ?
The functionality of delete operator is used to delete all variables and objects in a program but it cannot delete variables declared with VAR keyword.
Advertisement