Expert Developer JavaScript Question:
What is the function of delete operator?
Answer:
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.
Previous Question | Next Question |
Which conditional statements will JavaScript support? | Explain the role of deferred scripts in JavaScript? |