AngularJS - 3/11

I didn’t know how to answer this question or how they came up with the answer. is there a section that is missing that will explain this?

Then, in index.html inside

, access the product’s name with product.name and display it using an expression.

{{ product.name }}

{{ product.price }}

1 Like

I wrote "Whatever whatever {{product.name}} " inside the

tags with class “title” and it worked.

1 Like

byteplayer is right. I got the answer using their input.