MCPcopy
hub / github.com/sudheerj/javascript-interview-questions / function-without-new.js

File function-without-new.js

coding-exercise/function-without-new.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function Vehicle(model, color, year, country) {
2 this.model = model;
3 this.color = color;
4 this.year = year;

Callers

nothing calls this directly

Calls 1

VehicleFunction · 0.70

Tested by

no test coverage detected