Hi, there I created a method in JadeScript to display the information of product and brand together. Now I have two classes, product and brand. I want to have a display method to show me the price and weight from product class, trademark and grade from brand class. What code I should use????? I can'...