👉 chunks is a programming concept in which a sequence of elements is divided into smaller and more manageable parts. It's similar to slices, but with an emphasis on splitting up the original data into smaller pieces, which can be useful for various tasks such as sorting, filtering, or grouping.