Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (let index = 0; index < this.currentCompetitors.length; index++) {
  2. if(index < 2) {
  3. console.log(this.currentCompetitors[index]);
  4. this.currentCompetitors = response;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement