Guest User

Untitled

a guest
Dec 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. fetch('/bd/').then(response =>{
  2. return response.json();
  3. }).then(data => {
  4. for(let indice of data){
  5. var bdresultados = indice.Personas;
  6. }
  7. }).catch(err => {
  8. });
  9. }
Add Comment
Please, Sign In to add comment