Adobe
9A0-384 · Question #46
How do you delete a property inside a Node object?
The correct answer is B. node.setProperty("propertyName",null). See the full explanation below for the reasoning.
Question
How do you delete a property inside a Node object?
Options
- Anode.setProperty(npropertyName","");
- Bnode.setProperty("propertyName",null);
- Cnode.delete("propertyName");
- Dnode.removeProperty("propertyName");
How the community answered
(46 responses)- A2% (1)
- B76% (35)
- C9% (4)
- D13% (6)
Community Discussion
No community discussion yet for this question.