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

FizzBuzz#[] should return the value at that index, not an array #1

Closed
bil-bas opened this issue Sep 27, 2012 · 2 comments
Closed

FizzBuzz#[] should return the value at that index, not an array #1

bil-bas opened this issue Sep 27, 2012 · 2 comments

Comments

@bil-bas
Copy link

bil-bas commented Sep 27, 2012

No description provided.

@kwilczynski
Copy link
Owner

FizzBuzz#[] will return either original integer value, or "Fizz", "Buzz" or "FizzBuzz" accordingly. There is no need to return any index / value at index.

@kwilczynski
Copy link
Owner

I have added this in a063057. Thank you for feedback! :)

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

No branches or pull requests

2 participants