JSFiddle - React, Tailwind, and code Playground
by Viet27th
JavaScript
let a = {
}
if(a.data && a.data.data) {
console.log("ok")
} else {
console.log("not ok")
}
by Viet27th
let a = {
}
if(a.data && a.data.data) {
console.log("ok")
} else {
console.log("not ok")
}