Method Using `this`

Add a method describe to the class Product. It should return a string in the form "name costs price" using the instance's own name and price properties.
JavaScript
Console