Build a Formula One Drivers table based on results with Javascript. -- 2

Job ID: 33848114

Budget: $10 – $50 USD

I am building a small Formula One application. Each driver details for each round are built as an object within an array. This includes, the Drivers world ranking, name, Grand Prix points (accumulated total). Also, included are the drivers finishing positions for each GP.

I want the Championship Table to be show the Drivers points in ascending order. Also the table will show the finishing position for each round they take part in.

Should any drivers be tied for a position, a count back system is used, with the driver registering the most gp race wins ranked highest (driver[n].placings); If they are tied on race wins, seconds, then third, fourth and fifth places are taken into consideration. If this cannot split them the lowest rank takes precedence (driver[n].rank);

On the example I have set each driver to have score ten GP points - this would then invoke the count back system
Related categories: JavaScript jQuery