const needs = ['wifi', 'shower', 'laundry']; const homes = [{ name: 'Home 1', wifi: 'y', shower: 'y', laundry: 'y', metro: 'n', balcony: 'y', fireplace: 'n', pool: 'y' }, { name: 'Home 2', wifi: 'n', shower: 'y', laundry: 'y', metro: 'n', balcony: 'n…