methods inside classes in js code example Example: javascript create class class Car { constructor(brand) { this.carname = brand; } }