Search⌘ K
AI Features

Drag and Drop API - A Theoretical Assessment

Explore key concepts of the HTML5 Drag and Drop API through theoretical questions to deepen your understanding and prepare effectively for front-end interviews.

Test your understanding on the drag and drop API

Question 1:

Technical Quiz
1.

Which of the following properties is used to determine what kind of drag operation was intended?

A.

dragend

B.

getData

C.

dropEffect

D.

captureData


1 / 1

...
Technical Quiz
1.

A listener for the dragenter and dragover events is used to indicate valid drop targets, i.e., places where dragged items may be dropped.

A.

True

B.

False


1 / 1

...