Q:

anular check null

if(!a) // if a is negative,undefined,null,empty value then...
{
    // do whatever
}
else {
    // do whatever
}
0

New to Communities?

Join the community