if(value >= 30) return print("Good"); // greater or equal
if(value > 29) return print("Good"); // more than 29 is 30 or more