DEV Community

Discussion on: Speedup your JavaScript code using this for loop.

Collapse
 
kwekuq profile image
KwekuQ

I would have liked to see the result of the map function in relation to all this.

cars.map(car=>{
console.log(car);
}

Collapse
 
tanujabshelke profile image
Tanuja

Ok I will do that for sure.

Collapse
 
kwekuq profile image
KwekuQ

Superstar! Thank you