Skip to content

Instantly share code, notes, and snippets.

@billcccheng
Last active February 8, 2018 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billcccheng/5267f76c6632f390808fc3ec0d741e8b to your computer and use it in GitHub Desktop.
Save billcccheng/5267f76c6632f390808fc3ec0d741e8b to your computer and use it in GitHub Desktop.
const data = axios.get(url)...
...
function analyzeData(data) {
data.forEach(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment