Vidyalelo
JavaScript · Q99

Document Object Model And Event Handling

Programming · JavaScript · question 99

Q99

Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?

A.
dataTransfer
Answer
B.
transferData
C.
dataExchange
D.
exchangeData

Answer: Option A

Solution

Answer: Option A
Solution:
The property, dataTransfer, holds a DataTransfer object that contains information about the data being transferred and the formats in which it is available.