From efdfc77fdd41d2461e4ae1454813365e47a01b13 Mon Sep 17 00:00:00 2001 From: mahsa2017 <30533570+mahsa2017@users.noreply.github.com> Date: Tue, 20 Feb 2018 19:24:06 +0000 Subject: [PATCH] it should return 3.5 --- election.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {