Skip to content

Instantly share code, notes, and snippets.

@jaamaalxyz
Created January 22, 2019 04:28
Show Gist options
  • Save jaamaalxyz/9248856b3c09372fef72e099cd306caf to your computer and use it in GitHub Desktop.
Save jaamaalxyz/9248856b3c09372fef72e099cd306caf to your computer and use it in GitHub Desktop.
async function displayData() {
try {
const jamal = axios.get('https://api.github.com/users/jamal-pb95')
console.log(data)
} catch(err) {
console.log(err)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment