Exercise #79: Narrow With Arrays
Advanced Patterns ยท 07-challenges
Goal

Goal: Preserve literal fruit data and have `getFruit` return the exact fruit type based on the name argument.

Run "Check Solution" to validate your code in the browser.