mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -24,8 +24,8 @@ import baseIsEqual from './.internal/baseIsEqual.js';
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* var array = ['hello', 'goodbye'];
|
||||
* var other = ['hi', 'goodbye'];
|
||||
* const array = ['hello', 'goodbye'];
|
||||
* const other = ['hi', 'goodbye'];
|
||||
*
|
||||
* isEqualWith(array, other, customizer);
|
||||
* // => true
|
||||
|
||||
Reference in New Issue
Block a user