Skip to content

Conversation

KJ-MU
Copy link

@KJ-MU KJ-MU commented Feb 7, 2024

No description provided.

// - Check if num is either negative or odd using the logical OR operator. Log the result to the console.
// TODO: ADD YOUR CODE BELOW

divBy2= num % 2;

Choose a reason for hiding this comment

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

You forgot to add let or const when you declared the variable divBy2

@@ -6,36 +6,38 @@ TASK 1:
// Have fun! // 😃
********************************************************************************/

const exp1 = 10 >= 10; // TODO: ADD YOUR EVALUATION HERE -->

Choose a reason for hiding this comment

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

You were supposed to write the evaluation outcome inside a comment to test your knowledge, please do when you can.

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.

2 participants