javascript advanced concepts

JavaScript
class Bike{  constructor(color, model) {    this.color= color;    this.model= model;  }}
Source

Also in JavaScript: