Skip to content

thamoui#8

Open
thamoui wants to merge 3 commits intosimplonco:masterfrom
thamoui:master
Open

thamoui#8
thamoui wants to merge 3 commits intosimplonco:masterfrom
thamoui:master

Conversation

@thamoui
Copy link
Copy Markdown

@thamoui thamoui commented Apr 25, 2016

No description provided.

@yvan-sraka yvan-sraka changed the title test22 thamoui Apr 25, 2016
Comment thread leap.js Outdated
if (((year%100 ==0) && (year%400 ==0))|| (year%4 ==0)){
if ((this.year%100 ==0) && (this.year%400 ==0) || (this.year%4 ==0)){
return "leap year";
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You miss the else statement..
Remind that your function have to return a boolean value 😄 !

@yvan-sraka
Copy link
Copy Markdown
Contributor

CONGRATULATIONS 🎉 !

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