Skip to content

Taylor Schmidt - Basic Loops Deliverable - Pod: Fatima#3

Open
taylorschmidt wants to merge 2 commits intoTaylorDarneille:masterfrom
taylorschmidt:master
Open

Taylor Schmidt - Basic Loops Deliverable - Pod: Fatima#3
taylorschmidt wants to merge 2 commits intoTaylorDarneille:masterfrom
taylorschmidt:master

Conversation

@taylorschmidt
Copy link

I was mostly comfortable with this deliverable, with the exception of the cat problem. I tried many methods before realizing that I needed to put all of the cat's phrases into an array. Then, problem solved!

let x = Math.floor(Math.random() * 4)
console.log(catTalk[x])
}
}
Copy link

Choose a reason for hiding this comment

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

nice! 💯

@ghost
Copy link

ghost commented Sep 9, 2020

nice work! all your code looks well thought-out. the only thing I would pick on is your indentation -- make sure functions / loops / conditionals in the global scope are as far left as possible, and that closing mustaches are at the same level as the line where the corresponding opening mustache is. marking complete ✅

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.

1 participant