Skip to content

Comments

Demetri Bethel JavaScript-I#318

Open
kingmetri wants to merge 6 commits intobloominstituteoftechnology:masterfrom
kingmetri:master
Open

Demetri Bethel JavaScript-I#318
kingmetri wants to merge 6 commits intobloominstituteoftechnology:masterfrom
kingmetri:master

Conversation

@kingmetri
Copy link

@47analogy
Copy link

All challenges in arrays.js and objects.js are completed successfully. Nice understanding that arrays are 0 index based for using the correct index to get the last car in the array for Challenge #2 in arrays.js. You can extend this to also to use the inventory length property to get the same results (for example: let lastCar = inventory[inventory.length - 1].car_make;) to get the last item in an array. Nice job of adding an additional variable to keep track of the car count in Challenge #3 of arrays.js. Great job!

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