isNaN()Determines whether or not a value is actually NaN. Different from the global isNaN function because it only tests for the presence of the NaN value.
NaN.value is NaN then true is returned, otherwise false is returned.This function is directly required by the following function:
findByProp()