4. Your input fields are required.
2. You showed good code organization, good naming conventions, and good code fromatting.
3. You named your functions well.
## Suggestions for Improvement:
1. There is no need to import an empty array. Only import data.
2. Have a consistent level of abstraction in your functions.
3. Combine "buddy" steps.
4. Reset order items after payment.
## Conclusion:
You did well meeting the objectives of this project, practicing a good number of JavaScript
concepts. I hope you found my suggestions useful and I wish you the best in your journey. Keep on
coding.
# Restaurant Ordering App by Cory
# Module: 5 - Essential JS Concepts
# Code Reviewer: Shant Dashjian
## What You Did Well:
1. You met the objectives of this project:
1. You followed the design spec.
2. You render the menu options using JavaScript.
3. It adds items to the order, gets the total, completes the order, and gets payment
information.