Last active
July 4, 2018 04:26
-
-
Save Abazhenov/b805645f1485c868c862081944226379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getInfo = async () => { | |
console.log(await axios.get('/users')) | |
console.log(await getGroups()) | |
console.log(await getFavorites()) | |
return 'all done'; | |
} | |
getInfo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment