Object Oriented JavaScript: relationship between objects
I have made some progress with the syntax of objects in JavaScript but I am not clear about their use in the overall context of an application such as a shopping cart. I have read quite a lot on MDN’s website on OOP for JavaScript but seem to only have learnt details of implementation and not the overall structure of a program.
can’t pass queryselector values to an object JavaScript
I’ve been creating a booklist app by a tutorial, which is OOP JavaScript, but I’m having troubles assigning values to an object. User writes title, author and isbn of the book and then adds it to the booklist. The problem is that all of the three values (title, author, isbn) display as undefined once added to the booklist. My code is exact same as one in video tutorial and I dont know what is the problem.