mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Tweak _.isPlainObject doc example. [ci skip]
Former-commit-id: 5d4916d5c1a2909062cc9f2646a580b630fb4e35
This commit is contained in:
@@ -892,10 +892,10 @@
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* _.isPlainObject(new Stooge('moe', 40));
|
* _.isPlainObject(new Stooge('moe', 40));
|
||||||
* // false
|
* // => false
|
||||||
*
|
*
|
||||||
* _.isPlainObject([1, 2, 3]);
|
* _.isPlainObject([1, 2, 3]);
|
||||||
* // false
|
* // => false
|
||||||
*
|
*
|
||||||
* _.isPlainObject({ 'name': 'moe', 'age': 40 });
|
* _.isPlainObject({ 'name': 'moe', 'age': 40 });
|
||||||
* // => true
|
* // => true
|
||||||
|
|||||||
Reference in New Issue
Block a user