NaN stands for Not-a-Number, it represents what the name explicitly say, a value that is not a valid number, we can use a built-in function called isNaN() to check if a value is NaN. Goal: My goal is ...