Category

JavaScript

[JavaScript] new operator

```javascript function Car(make, model, year) { this.make = make; this.model = model; this.year = year; }

맨 위로 이동 ↑

CS

맨 위로 이동 ↑

Machine Learning

맨 위로 이동 ↑