Functions

1. Arrays

  • chunk

    : Chunks an array into smaller arrays of a specified size.

  • search

    : Search objects in an array based on provided keys and query string. It only works with string and number values.

2. Objects

  • mapObj

    : Same as Array.prototype.map, but for objects.