scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Dennis's We are the Champions
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 Dennis's We are the Champions
AboutCommentsNotes
Code Review of Dennis's We are the Champions
Expand for more info
code-review.md
run
preview
console
# Module: No. 3 - Making Websites Interactive -
# Project: We are the Champions by Dennis
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You met the objectives of this project:
1. Follow the design spec.
2. Use Firebase realtime database.
3. Update in realtime.
2. You added a stretch goal:
1. From and To fields
3. You organized your code well, moving all vars to the top and having good indentation.


## Suggestions for Improvement:

1. Add margin between To, message, and From.
2. Stretch Goal: Reverse the list.
3. Remove unneeded comments.
4. Remove commented code.
5. Use whitespace for better organization.


## Conclusion:

You did well meeting and exceeding the objectives of this project. I hope you found my suggestions useful and I wish you the best in your journey. Keep on coding.



Console
/index.html
-8:37