Here is my simple java script test.js with class :
class Car { constructor(name, year) { this.name = name; this.year = year; } } myCar = new Car(