javascript create a new class code example Example: javascript create class class Car { constructor(brand) { this.carname = brand; } }