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


## What You Did Well:
1. You met the objectives of this solo project:
1. You followed the Figma design
2. You convert between systems as length, volume, and mass
3. You fix the numbers to 3 decimal places
2. Your HTML, CSS, and JavaScript have:
1. Good code formatting
2. Good naming conventions
3. Good organization


## Suggestions for Improvement:
1. Refactor:
1. Remove magic numbers
2. Keep your code DRY
2. Deal with edge cases of the input values: negative numbers, non-numbers


## Conclusion:
You did well on meeting the objectives of this solo project. I hope you found my suggestions useful. I wish you the best with your journey. Keep on coding.
Console
/index.html
-10:12