MCPcopy Create free account
hub / github.com/coolvasanth/reactjs_interview_preparation / startEngine

Function startEngine

src/EpamRound1/Excercise1.js:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 make: "Ducati",
24 model: "Panigale V4",
25 startEngine() {
26 console.log(`The ${this.make} ${this.model} engine roars to life!`);
27 },
28};
29motorcycle.startEngine.call(car);
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected