1.

In order to skip or seek to the desired location in a sound or video, which property becomes helpful?(a) audioSkip(b) currentTime(c) videoSkip(d) skiptoTimeThis question was addressed to me during an internship interview.This intriguing question originated from Performance Measures in JavaScript in division Performance Measures in JavaScript of JavaScript

Answer»

Correct ANSWER is (b) currentTime

For explanation: The currentTime property SETS or returns the current POSITION (in seconds) of the audio/VIDEO playback. In addition to starting and STOPPING sound and video, you can skip (or “seek”) to the desired location within the media by setting the currentTime property.



Discussion

No Comment Found

Related InterviewSolutions