So the first thing we want to check for is we're gonna check for if it's actually number, because if the person deletes it and clicks off, this is no longer number, so we can use the function is N A N, which dance for is not a number, and we can pass in our input that value in here, and this will check to see if our input is a number or if it's not a number, and we also want to make sure that our number is not a negative number.