Skip to content

Class2 pig latin#5

Open
deytonk wants to merge 29 commits intogh-pagesfrom
class2-pigLatin
Open

Class2 pig latin#5
deytonk wants to merge 29 commits intogh-pagesfrom
class2-pigLatin

Conversation

@deytonk
Copy link
Owner

@deytonk deytonk commented Oct 17, 2017

Checkpoint Rubric

This is the rubric that your instructor will use to grade your checkpoints. Please do not edit.

Checkpoint 1

  • All tests passed: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript: 30 points

Checkpoint 2

  • The application works as it should: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript and the DOM API: 30 points

Checkpoint 3

  • Use of React: 25 points
  • Accesses an API: 25 points
  • Proper use of documentation (commenting on code): 25 points
  • The application functions as it should: 25 points

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

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

Nice job, however I need to see the Javascript methods that we reviewed in class, not regex methods.

console.log(weekday[today.getDay()] + " " + hour + ":" + min + ":" + sec);
}

<<<<<<< HEAD

Choose a reason for hiding this comment

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

Please remove


var object2 = 7;
console.log(typeof object2);
=======

Choose a reason for hiding this comment

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

Please remove

const whatKindOfDataType = (x) => {
document.write(typeof x);
}
>>>>>>> 5bd60ebe9c867cc26fca388446688ad54f6ded84

Choose a reason for hiding this comment

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

Please remove


word = word.trim().toLowerCase();
// look up regex expressions .match(string)
const firstVowel = word.match(/[aeiouy]/);

Choose a reason for hiding this comment

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

Explain the regex method being used here.

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