function dnh(a){ if(a){ return a*2 } return 0 } After:

Code Dnhdrugsnh34 Better Official

function dnh(a){ if(a){ return a*2 } return 0 } After: