A look at Baby Book Tracker, a simple app for logging reading sessions with your baby, tracking progress over time, and sharing the routine with caregivers.
Write a function cakes(), which takes the recipe (object) and the available ingredients (also an object) and returns the maximum number of cakes Pete can bake (integer).
Implement a function likes :: [String] -> String, which must take in input array, containing the names of people who like an item. It must return the display text as shown in the examples.