Skip to content

Pull me #21

Open
pramod21kadam wants to merge 1 commit intosamuelmarina:mainfrom
pramod21kadam:main
Open

Pull me #21
pramod21kadam wants to merge 1 commit intosamuelmarina:mainfrom
pramod21kadam:main

Conversation

@pramod21kadam
Copy link
Copy Markdown

if a number is >= 20000000 then decrease the number by one And make a recursive call and LET THE STACK OVERFLOWWWWWWWWW!!!!!!!!!!!!

… recursive call and LET THE STACK OVERFLOWWWWWWWWW!!!!!!!!!!!!
Copy link
Copy Markdown

@ghost ghost left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread index.js
return twentyMil(number);
}
else{
number = number - 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.

this is literally incorrect: it should be subtracting 2

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