Advertisement
nikolayneykov

Untitled

Aug 14th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public print(): string {
  2.     return `#${this.name} ${this.brand}\n #Price: \$${this.price}\n #Gender: ${this.gender}\n===`;
  3.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement