Skip to content

Javascript 300 - Week 1 Exercises - Beau Barth#31

Open
bbarth86 wants to merge 3 commits intomodern-web-application-uw19:masterfrom
bbarth86:master
Open

Javascript 300 - Week 1 Exercises - Beau Barth#31
bbarth86 wants to merge 3 commits intomodern-web-application-uw19:masterfrom
bbarth86:master

Conversation

@bbarth86
Copy link

Week 1 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment (1-5): 3; Refactoring was initially challenging, but will probably come easier with practice/repetition. Had an issue with inheritance via super but figured it out later in the week.
  • Completion rating on this assignment (complete/incomplete): complete
  • Github handles of code I've reviewed:

class DivElement extends HTMLElement {
constructor(content) {
super('div', content);
this.content = content;
Copy link

Choose a reason for hiding this comment

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

Is unnecessary since parent calls will assign content.

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