JSFiddle - React, Tailwind, and code Playground

by helgatheviking

JavaScript

let qty = 0;

let test = 'undefined' !== typeof qty ? parseFloat(qty) : 1;

console.debug(test);