I am dealing with the old codebase again and was just curious, can this line be left so or can be improved?
if (data.COUNTRY === undefined || data.COUNTRY === null || data.COUNTRY.length === 0) {}
I am dealing with the old codebase again and was just curious, can this line be left so or can be improved?
if (data.COUNTRY === undefined || data.COUNTRY === null || data.COUNTRY.length === 0) {}