What does the delete operator do?

Q

What does the delete operator do?

✍: Guest

A

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.

2011-07-12, 3407👍, 0💬