diff --git a/election.js b/election.js index 776f3a1..b91d3d8 100644 --- a/election.js +++ b/election.js @@ -27,7 +27,7 @@ function runElection(voters, candidates) { /** * 4 - After an election has been run, return the winner * - * Desired return value: {name: "Tamara Faiza", age: 46, party: "Pizza Party", numVotes: 3} + * Desired return value: {name: "Tamara Faiza", age: 46, party: "Pizza Party", numVotes: 3.5} */ function getWinner(candidates) {