Q. If var A={B:3, C:5}, how to use the delete operator to delete one of the properties of an object.
β
Correct Answer: (C)
delete A.B
You must be Logged in to update hint/solution