In HTML Audio/Video DOM, __________ returns a MediaError object representing the error state of the audio/video.
A
ended
B
seeking
C
error
D
mediaGroup
Correct Answer: error
The error property returns a MediaError object. The MediaError object has a code property containing the error state of the audio/video.