Skip to content

Passed all tests#18

Open
yuriyivanenko wants to merge 1 commit into
learn-co-curriculum:masterfrom
yuriyivanenko:feature_branch
Open

Passed all tests#18
yuriyivanenko wants to merge 1 commit into
learn-co-curriculum:masterfrom
yuriyivanenko:feature_branch

Conversation

@yuriyivanenko
Copy link
Copy Markdown

No description provided.

Comment thread index.js
const num2 = 2;
const multiply = num1 * num2;

const random = Math.floor(Math.random()* 10) +1;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
const random = Math.floor(Math.random()* 10) +1;
const random = Math.floor(Math.random() * 10) + 1;

Comment thread index.js
const num4 = 5;
const mod = num3 % num4;

const max = Math.max(1,4,6,20) No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
const max = Math.max(1,4,6,20)
const max = Math.max(1, 4, 6, 20)

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