Question d’entretien chez IDrive

Using JavaScript/jQuery, write a function to implement draggable and dropppable on a div element, or specifically an HTML div element wrapping a span. There were some caveats to the question that would later learn in my journey to learn JavaScript and jQuery (not previously something I used, but would use of course later)

Réponse à la question d'entretien

Utilisateur anonyme

21 sept. 2021

My approach: I started by looking up references to solutions to how to form a construct of draggable object and a droppable object in jQuery on StackOverflow. Prior to this question I did not participate to ask questions on the site, but was a orbiting guest to find questions/answers online.