Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Dec 9, 2015
1 parent b5b109a commit 9219ef4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,10 @@ forEach(
})
}
)
.then(function (arr) {
// [1, 2, 3, 4]
console.log(arr)
})

```

Expand Down
4 changes: 4 additions & 0 deletions example/forEach.js
Expand Up @@ -11,4 +11,8 @@ forEach(
})
}
)
.then(function (arr) {
// [1, 2, 3, 4]
console.log(arr)
})

0 comments on commit 9219ef4

Please sign in to comment.