scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Cory's Restaurant Ordering app
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Code Review of Cory's Restaurant Ordering app
AboutCommentsNotes
Code Review of Cory's Restaurant Ordering app
Expand for more info
code-review.md
run
preview
console
# 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.
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.
Console
/index.html?
-13:18