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