I have this array:
const numbers = [3, 5, 0, 0, 8, 7, 7]
How can I get an array (or object) with all possible combinations of these numbers?