+ 1
JavaScript Help
Why the result is false? https://code.sololearn.com/WhApVFhj6aoF/?ref=app
1 Antwort
0
because b is undefined and d is Nan
and Nan never equals itself so comparing two Nans will not be true either
Why the result is false? https://code.sololearn.com/WhApVFhj6aoF/?ref=app