Build a Recipe Tracker - Step 11 - JavaScript - The freeCodeCamp Forum
Tell us what’s happening:
I’m not quite sure about how to do Step 11 as it keeps showing a type error every time I try to access the averageRating property of recipe1.
Your code so far
const recipes = [];
const recipe1…