this not working in javascript class syntax code example Example: javascript create class class Car { constructor(brand) { this.carname = brand; } }