Skip to content

Instantly share code, notes, and snippets.

@lukin0110
Created November 6, 2015 14:09
Show Gist options
  • Select an option

  • Save lukin0110/fd9a72d7dc68b6ee7531 to your computer and use it in GitHub Desktop.

Select an option

Save lukin0110/fd9a72d7dc68b6ee7531 to your computer and use it in GitHub Desktop.
this.nums.forEach((v) => {
if (v % 5 === 0)
this.fives.push(v);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment