Challenge: Process JSON Data
Test the concepts we learned with a coding exercise.
We'll cover the following...
Problem statement
For this challenge, complete the getMostExpensive
function below. The function takes in a JSON string as input, and ...