const homes = { name: "Luxury Apartments and Studios", highPricePerMonth: 35000, lowPricePerMonth: 2000, availableRooms: [0, 2, 4, 6, 10, 12, 16], };
I have a