Advertisement
Guest User

Untitled

a guest
Apr 28th, 2022
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  handleClick(event) {
  2.         if(this.displayList == [...this.accList]) {
  3.             this.displayList = [...this.accList].splice(0,3);
  4.         } else {
  5.             this.displayList = [...this.accList];
  6.  
  7.         }
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement