Conversation
Joshua-Disney
left a comment
There was a problem hiding this comment.
Did you run into any blockers creating and understanding JavaScript class objects? If so, what helped you overcome those blockers?
|
JavaScript IV This challenge focuses on classes in JavaScript using the new class keyword. Set Up The Project With Git Follow these steps to set up and work on your project:
Follow these steps for completing your project.
Assignment Description You already pretty much know all about classes but you're used to seeing them built in the following context: function Person(personAttributes) { const fred = new Person({
prototype-refactor - Take existing code and make it modern.
lambda-classes - We need a roster of Lambda School personnel. Build it!
Person
Instructor
Student
Project Manager
Stretch Problem
All MVP points hit, stretch challenges completed. This is excellent work. Rating {3} |
@Joshua-Disney