Building a car

Challenge 📝

Resources 📚

Create an object with the following characteristics: 4 wheels (named wheels as integer), 100PS power (named power and integer), 3 doors (named doors as integer). Return the built car.

function buildingACar() {
 
}
Test Cases
Console Logs
JS Errors
Run Code!
flag