Array<Promise
Promise.traverse(f, promises, ffunction)
Array<Promise
Parameters
- 
			
f
{*} - 
			
promises
{Array}array of promises
 - 
			
ffunction
{function()}to apply to each promise's value
 
Array<Promise
Array<Promise
{*}{Array}array of promises
{function()}to apply to each promise's value