Skip to content

Chad Jemmett JS-I#345

Open
chadjemmett wants to merge 7 commits intobloominstituteoftechnology:masterfrom
chadjemmett:master
Open

Chad Jemmett JS-I#345
chadjemmett wants to merge 7 commits intobloominstituteoftechnology:masterfrom
chadjemmett:master

Conversation

@chadjemmett
Copy link
Copy Markdown

@sumi419
Copy link
Copy Markdown

sumi419 commented Sep 10, 2018

Thanks for the pull request 👍

for(let i=0;i<inventory.length; i++) {

if(inventory[i].id === 33) {
console.log(`Car 33 is a ${inventory[i].car_year}, ${inventory[i].car_make}, ${inventory[i].car_model}` ); }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great job using a string literal here 👍

BMWAndAudi.push(inventory[i]);
}
}
console.log(JSON.stringify(BMWAndAudi));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

👍

@@ -1,23 +1,27 @@
// Take the commented ES5 syntax and convert it to ES6 arrow Syntax

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great job on the stretch goals 🔥

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