Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
Vehicle(model, color, year, country) {
2
this.model = model;
3
this.color = color;
4
this.year = year;
Callers
nothing calls this directly
Calls
1
Vehicle
Function · 0.70
Tested by
no test coverage detected