fetch
fetch("https://api.github.com/users/ab") .then(response => response.json()) .then(json => console.log(json));