• + 0 comments
      if(a <= 0){
           throw new Error(a == 0 ? "Zero Error" : "Negative Error");
       } 
        return "YES";