Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with daniel exercise return statement #9

Open
Ifycode opened this issue Jun 19, 2022 · 0 comments · May be fixed by #10
Open

Issue with daniel exercise return statement #9

Ifycode opened this issue Jun 19, 2022 · 0 comments · May be fixed by #10

Comments

@Ifycode
Copy link
Member

Ifycode commented Jun 19, 2022

Exercise

  • Daniel exercise

Issue

I'm trying to get the return statement to return black since daniel's color in real life is black. But the function returns green instead.

function Daniel(color) {
return color;
}

Daniel(green);
@Ifycode Ifycode linked a pull request Jun 19, 2022 that will close this issue
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 a pull request may close this issue.

1 participant