0
I created an object from a class and saved it inside a variable, but I can’t print it on the screen using string template, because when I do it appears in the print [Object] instead of a text with the attributes. I can only print what I want by creating a new console.log() only for the variable with the object.