Guest User

Untitled

a guest
Sep 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. fetch('tabla.json')
  2. // el error esta en la siguiente linea
  3. .then( res => res.json() )
  4.  
  5.  
  6. .then(datos =>{
  7. console.log(datos);
  8.  
  9. })
Add Comment
Please, Sign In to add comment