Skip to content

Comments

Ana's Work!!! (100%)#45

Open
Anasauce wants to merge 8 commits intoGuildCrafts:masterfrom
Anasauce:master
Open

Ana's Work!!! (100%)#45
Anasauce wants to merge 8 commits intoGuildCrafts:masterfrom
Anasauce:master

Conversation

@Anasauce
Copy link

No description provided.

for (let index = 1; index <= value; index++) {
let fizzBuzzyValue = ''

if(i % 3 === 0) {

Choose a reason for hiding this comment

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

i is not defined (I think you meant index)

if(i % 3 === 0) {
fizzBuzzyValue = fizzBuzzyValue.concat('Fizz')
}
if(i % 5 === 0) {

Choose a reason for hiding this comment

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

i is not defined (I think you meant index)

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