Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 313 Bytes

Handy collection is a data structure that supports objects and arrays. Along with the common methods it has additional handy methods that are not available at Object.prototype in JavaScript: Methods for both objects and arrays:

  • push
  • delete
  • has
  • map
  • size
  • filter (accepts callback either predicate )