nerdexam
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)
  • A
    2% (1)
  • B
    76% (35)
  • C
    9% (4)
  • D
    13% (6)

Community Discussion

No community discussion yet for this question.

Full 9A0-384 Practice