Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. let data = "test,data,n,ignore,this,n,A,B,C,n,1,2,3,n,1,2,3";
  2.  
  3. ["A", "1", "1"]
  4. ["B", "2", "2"]
  5. ["C", "3", "3"]
Add Comment
Please, Sign In to add comment