const SpecialSell = props => { //? Props const { discount, inStock } = props //? Render(s) if (discount > 0 && inStock !== 0) { return