Pergunta de entrevista da empresa 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)

Resposta da entrevista

Sigiloso

21 de set. de 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.