Travis build: 1591
This commit is contained in:
@ -131,7 +131,7 @@ average(1, 2, 3);
|
||||
* [`join`](#join)
|
||||
* [`last`](#last)
|
||||
* [`longestItem`](#longestitem)
|
||||
* [`mapObject`](#mapobject)
|
||||
* [`mapObject`](#mapobject-)
|
||||
* [`maxN`](#maxn)
|
||||
* [`minN`](#minn)
|
||||
* [`nthElement`](#nthelement)
|
||||
@ -1590,7 +1590,7 @@ longestItem([1, 2, 3], 'foobar'); // 'foobar'
|
||||
<br>[⬆ Back to top](#table-of-contents)
|
||||
|
||||
|
||||
### mapObject
|
||||
### mapObject 
|
||||
|
||||
Maps the values of an array to an object using a function, where the key-value pairs consist of the original value as the key and the mapped value.
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user