Answer the question
In order to leave comments, you need to log in
How is the display of objects on the page correctly implemented?
Let's say there is a class:
class ItemsOnBord{
constructor(header, description, price, href, website, websites){
this.header = header;
this.description = description;
this.price = price;
this.href = href;
this.website = website;
this.websites = websites;
}
render(){};
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question