Object is the root object of all prototypes in JavaScript. Aside from providing the foundation for the JavaScript object model, Object imparts important methods such as toString() and assign(). Every ...
But I don't know how to edit objects of the class based on the input from the user. Or if that is even possible. Yes it's possible. You're already doing it for firstname and lastname. From what you've ...