Question about syntax of getProduct()

HI TO ALL

Using the The getProduct() function from $w.ProductPage
Having two additional Info Sections e.g.:


“additionalInfoSections”: [
{
“title”: “SomeTitle1”,
“description”: “Somedescription1” *
}
{
“title”: "SomeTitle2,
“description”: “Somedescription2” *
}
],


what is the proper syntax to get the value from Somedescription2 ?

let productInfo = product1.additionalInfoSections.?

Hello

here’s getProduct() documentation: https://www.wix.com/code/reference/$w.ProductPage.html#getProduct

Best
Massa

Thanks Massa. I 've used the info provided and got a working solution.