1

const faq=data?.resources?.['FAQs'];

What does this statement mean in Typescript?

I think it means if data has resources and FAQs in resources then faq will have value else null or false?

0 Answers0