JSFiddle - React, Tailwind, and code Playground
by John Wick
JavaScript
var applicant = {
business: {
data: 1
}
}
var x = applicant?.business?.annualRevenue?.toString() || "0"
console.log(x)
by John Wick
var applicant = {
business: {
data: 1
}
}
var x = applicant?.business?.annualRevenue?.toString() || "0"
console.log(x)