Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. {three,tow,one}
  2.  
  3. ....
  4. postgresArray = postgresArray .replace("{", "[");
  5. postgresArray = postgresArray .replace("}", "]");
  6.  
  7. console.log(postgresArray);
  8.  
  9. ["three","tow","one"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement