Skip to content

Finished all of Basic Javascript#55

Closed
47analogy wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
47analogy:master
Closed

Finished all of Basic Javascript#55
47analogy wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
47analogy:master

Conversation

@47analogy

Copy link
Copy Markdown

Had a little trouble with the pull request, but hope all is well now

@ryan-hamblin ryan-hamblin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great work. I didn't spot any glaring holes in your formatting. All seems well written and put together. I don't have anything constructive at this time.

Comment thread src/project-2.js
// if language is undefined return 'Hello!'
if (language === 'German') {
return 'Guten Tag!';
} else if (language === 'English') {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If English is defaulted at the end, this else if statement is arbitrary.

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