Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try{
- a=JSON.parse(r);
- `There are ${a.number} people in space right now: ${a.people.map(b => b.name).join(`, `)}`.slice(0,200);
- }catch(e){
- `Data fetch error!`;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement