- use objects to store and access data
- learn to create methods on objects, and utilize the
this
keyword
You've been contracted by a restaurant to start building out their website. Before you work on any of the styling, you need to organzine your data in JavaScript. In this challenge you will work with different objects, constructors, and arrays of objects to manipulate data.
- Create a forked copy of this project
- Add your team lead as collaborator on Github
- Clone your OWN version of the repository (Not Lambda's by mistake!)
- Create a new branch: git checkout -b
<firstName-lastName>
. - Implement the project on your newly created
<firstName-lastName>
branch, committing changes regularly - Push commits: git push origin
<firstName-lastName>
Find the file index.js
and complete the tasks until your returns look like the expected returns. Do not use any of the forbidden methods!
Once you begin, you will have 15 minutes to answer the questions here.
The completion of these questions is mandatory for MVP. However, passing the quiz doesn't affect your standing as a Lambda School student whatsoever. This is Lambda School testing itself! Please answer honestly and to the best of your ability without using external references.
There are several stretch goals inside index.js
. You may work on these once you have finished MVP requirements for the day!
Why aren't my results showing up in the console?
Make sure you are invoking your function after defining it in order to view results in the console.
Follow these steps for completing your project.
- Submit a Pull-Request to merge Branch into master (student's Repo). Please don't merge your own pull request.
- Add your team lead as a reviewer on the pull-request
- Your team lead will count the project as complete by merging the branch back into master