Skip to content

Commit

Permalink
GREEN: Test jce-il#4 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matanan committed May 15, 2016
1 parent db09a6b commit 835ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Map.prototype.find_a_car = function(name)

Map.prototype.add=function(num1,num2)
{
return num1;
return num1+num2;
};

module.exports = Map;

0 comments on commit 835ef40

Please sign in to comment.