Skip to content

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

Open
aaronev wants to merge 26 commits into
empty2from
master
Open

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

Conversation

@aaronev

@aaronev aaronev commented Feb 25, 2017

Copy link
Copy Markdown
Owner

No description provided.

@Anasauce

Copy link
Copy Markdown

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

Comment thread challenges/10exercises.js
}

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

Copy link
Copy Markdown

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

Comment thread challenges/10exercises.js
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++) {

Copy link
Copy Markdown

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