Skip to content

Correctly forked#38

Open
asakleiman wants to merge 5 commits intomodern-web-application-uw19:masterfrom
asakleiman:master
Open

Correctly forked#38
asakleiman wants to merge 5 commits intomodern-web-application-uw19:masterfrom
asakleiman:master

Conversation

@asakleiman
Copy link

@asakleiman asakleiman commented Jun 24, 2019

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
  • Completion rating on this assignment (complete/incomplete): complete
  • Github handles of code I've reviewed:

}
// Export class here
module.exports = {};
module.exports = {DivElement};
Copy link
Contributor

Choose a reason for hiding this comment

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

Tests are failing, you'll want to assign the export to just DivElement, not in an object. Same goes for HTMLElement (See Timer.js for example).

Copy link
Author

Choose a reason for hiding this comment

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

Updated and fixed. What a silly mistake.

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