- Published on
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.
Explore articles on JavaScript, web development, tutorials, and coding challenges.