Previous
|
Next
Example 6-7. Using array.map() with an arrow function
var requests = accounts.map(account => ajax('/balances/' + account));