diff --git a/code/r00tm4n.js b/code/r00tm4n.js index fc01b24..f4bf44d 100644 --- a/code/r00tm4n.js +++ b/code/r00tm4n.js @@ -8,4 +8,4 @@ var even = function (arr) { return even; } -console.log(even([1,2,3,4,5,6,7,8,9])); \ No newline at end of file +console.log(even([1,2,3,4,5,6,7,8,9,10])); \ No newline at end of file