Day # 88: Drag and drop list
Today’s website consists of a list of the top millionaires in the world. The idea here is to create a drag and drop list until you get the order right.
Drag and drop is one of the most important and difficult Javascript concepts you need to tackle as a frontend developer.
Doing some research and reading attentively to the documentation on the subject is crucial to achieve the desired effect.
This was certainly a frustrating challenge to overcome. I lost count of the times that I had to go back to the documentation when something didn’t work out the way that I wanted. The thing is that dealing with frustration is a daily situation that we must face as frontend developers, so this was a good exercise to make.
Comments
Post a Comment