r00tm4ker

This commit is contained in:
Micha Tab 2018-10-11 07:19:54 +03:00 committed by Luke Oliff
parent 70771bd631
commit 70a4059a9e
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ var even = function (arr) {
return even;
}
console.log(even([1,2,3,4,5,6,7,8,9]));
console.log(even([1,2,3,4,5,6,7,8,9,10]));