Skip to content

Carlos Lantigua#390

Open
CLantigua2 wants to merge 4 commits intobloominstituteoftechnology:masterfrom
CLantigua2:master
Open

Carlos Lantigua#390
CLantigua2 wants to merge 4 commits intobloominstituteoftechnology:masterfrom
CLantigua2:master

Conversation

@CLantigua2
Copy link

Carlos Lantigua

Copy link

@mmargo10 mmargo10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you have a solid understanding of both objects and arrays. Your for loop syntax is good and shows that you have a good grasp of this as well.

carModels.push(inventory[i].car_model);
}
carModels.sort();
console.log(carModels);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could combine this: console.log(carModels.sort());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants