Skip to content

Instantly share code, notes, and snippets.

@Canop
Created April 15, 2017 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Canop/5d0dc64cccaaff04ae2d15626217a596 to your computer and use it in GitHub Desktop.
Save Canop/5d0dc64cccaaff04ae2d15626217a596 to your computer and use it in GitHub Desktop.
function serie(start, max){
var arr = [];
for (var a = Math.ceil(456/100)*100; a ??? ; a ???) arr.push(a);
return arr;
}
console.log(serie(456, 2000));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment