FAC-Sixteen / Week3-Magic3

FAC Week3 Project
https://fac-sixteen.github.io/Week3-Magic3/
0 stars 2 forks source link

Working with the recipe data #32

Closed charlielafosse closed 5 years ago

charlielafosse commented 5 years ago

Awesome job on pulling out the strIngredients and the strMeasures from the return object, and finding a way to match them up with each other. That must've been pretty fiddly, but you pulled it off great and it's rendered perfectly in the UI

:100: :100: :100:

charlielafosse commented 5 years ago

Just be a little careful with naming conventions here:

const ingArr = [];
      const meaArr = [];
      const finArr = [];

I understand you went for these names in the sake of brevity, but how easy would it be to understand what these arrays will represent, at a first glance?