Expert Developer JavaScript Question: Download Expert JavaScript Developer PDF

What is the function of delete operator?

Tweet Share WhatsApp

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.

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
Which conditional statements will JavaScript support?Explain the role of deferred scripts in JavaScript?