diff --git a/index.html b/index.html index 1b660928d..6512c88e1 100644 --- a/index.html +++ b/index.html @@ -842,6 +842,9 @@
+_.size([1, 2, 3, 4, 5]); +=> 5 + _.size({one: 1, two: 2, three: 3}); => 3