Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class a{
  2. constructor(items){
  3. this.items = items;
  4. this.items[0].name = "abc";
  5. }
  6.  
  7. edit(){
  8. this.items[0].name = "abc";
  9. })
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement