Skip to content

Conversation

@zainabthabit
Copy link

No description provided.

const exp8 = "false" == false; // TODO: ADD YOUR EVALUATION HERE -->true

const exp9 = NaN === NaN; // TODO: ADD YOUR EVALUATION HERE -->
const exp9 = NaN === NaN; // TODO: ADD YOUR EVALUATION HERE -->true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression should be false, NaN means not a number, so technically not a number will always be not equal to any other number, because it's unknown by design.

Copy link

@AthraaMosawi AthraaMosawi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job Zainab!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants