scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Truong's Shade Town
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 Truong's Shade Town
AboutCommentsNotes
Code Review of Truong's Shade Town
Expand for more info
code-review.md
run
preview
console
# Course: ES6
# Project: shade Town by Truong (Justin)
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You met some of the objectives of the project:
1. Template literals
2. Destructuring objects
3. Arrow functions (partially)
4. Default parameters
5. let and const (partially)
6. filter method


## Suggestions for Improvement:

1. Use import/export.
2. Use arrow functions in other places.
3. Always use `const` unless you need to use `let`.
4. Remove commented out code before you submit to code review. It's clutter.


## Conclusion:

You did a good amount of the work. I hope you found my suggestions useful. Keep on coding.
Console
/index.html#
-7:29