Skip to content

Comments

core vanilla javascript solo project #174 #frightened-caiman#2

Open
aaronev wants to merge 26 commits intoempty2from
master
Open

core vanilla javascript solo project #174 #frightened-caiman#2
aaronev wants to merge 26 commits intoempty2from
master

Conversation

@aaronev
Copy link
Owner

@aaronev aaronev commented Feb 25, 2017

No description provided.

@Anasauce
Copy link

320 File changed! 😦 Did you make a mistake in your commit history? Maybe you need a better gitignore file?

}

maxOfThree = (num1, num2, num3) => {
let max

Choose a reason for hiding this comment

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

so you should decide between let and const or only use var

translate = (str) => {
let vowels = ['A', 'a', 'E', 'e', 'I', 'i', 'O', 'o', 'U', 'u']
let counter = 0
for (let i = 1; i < str.length; i++) {

Choose a reason for hiding this comment

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

try challenging yourself to use a more complex function here like reduce() or map()

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.

4 participants