mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* castArray();
|
||||
* // => []
|
||||
*
|
||||
* var array = [1, 2, 3];
|
||||
* const array = [1, 2, 3];
|
||||
* console.log(castArray(array) === array);
|
||||
* // => true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user