Slide 3 of 4
You have a list of fantastic supercars but only one is your Purple Dream: it's snaky cool, python-like soft, cobrally powerful!
- Leverage the list you extracted in the previous exercise to isolate just that manufacturer and model from the list and send it via mail.
- You can experiment functions like simple variable assignment with manual index selection, to more flexible techniques like loops, to elegant and effective ones like JQ.
- The goal is to have two variables, one with the **Manufacturer Name** and one with the **Model** of the Shelby.
HINT #1: JQ Playground or DevToolsDaily JQ Playground
In this exercise, you will learn how to select a specific value in an array, experimenting several functions to do this.