What will be the output of below statement? alert(NaN == NaN);

 Posted by vishalneeraj-24503 on 1/15/2014 | Category: JavaScript Interview questions | Views: 2508 | Points: 40
Answer:

It will give us the output as false because NaN is not equal to any value,including NaN.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response