Vidyalelo
JavaScript · Q16

Performance Measures

Programming · JavaScript · question 16

Q16

In order to skip or seek to a desired location in a sound or video, which property becomes helpful?

A.
audioSkip
B.
currentTime
Answer
C.
videoSkip
D.
skiptoTime

Answer: Option B

Solution

Answer: Option B
Solution:
In addition to starting and stopping sound and video, you can skip (or “seek”) to a desired location within the media by setting the currentTime property.