What does the delete operator do in JavaScript?
Answer / datta
delete operator deletes the property and its value
var student={age:30; branch:"CSE"};
delete student.age;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is this? Var myarray = [[[]]];
How Does Function Hoisting Work in JavaScript?
What are the variable naming conventions in javascript?
If we want to return the character from a specific index which method is used?
What is an empty html tag?
How can javascript codes be hidden from old browsers that don't support javascript?
What is the difference between rootscope and scope?
Explain the steps for connecting the system to Internet.
0 Answers Annamalai University,
Can you explain about screen object?
Is it possible to use javascript to change the meta-tags of the page?
Define event bubbling?
List few difference between primitive and non primitive javascript data types?