JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const items = {
    itemd: {
        params: {
            bound: []
        }
    }
}

//if (items?.item?.params?.bound) {console.log(true);}
if (items.item.params.bound) {console.log(true);}
else {console.log('else');}