Skip to content

solving the task#14

Open
zainabthabit wants to merge 2 commits into
TheCodePeople:mainfrom
zainabthabit:main
Open

solving the task#14
zainabthabit wants to merge 2 commits into
TheCodePeople:mainfrom
zainabthabit:main

Conversation

@zainabthabit
Copy link
Copy Markdown

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
Copy link
Copy Markdown

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
Copy Markdown

@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