JSFiddle - React, Tailwind, and code Playground
JavaScript
let qty = 0;
let test = 'undefined' !== typeof qty ? parseFloat(qty) : 1;
console.debug(test);
let qty = 0;
let test = 'undefined' !== typeof qty ? parseFloat(qty) : 1;
console.debug(test);