var string = ''; for ( prop in Number ) { string += ( prop == 'NaN' ) ? prop : '' } string; PASSED!
