JSFiddle - React, Tailwind, and code Playground
by kkdaily
JavaScript
var test = {
ing: " "
}
if ('ing' in test && test.ing.trim()) {
alert('ugh')
}
by kkdaily
var test = {
ing: " "
}
if ('ing' in test && test.ing.trim()) {
alert('ugh')
}