Get the Flavors: Exercise

Using lenses, write a point-free solution to get everyone's favorite ice cream.

You’re a great person, so you decide to surprise the office with ice cream!

Everyone’s favorite flavor is saved in your company’s database. Use lenses to get them! Your solution must be point-free.

index.js
employees.json
import { } from 'ramda';
import employees from './employees';