scrimba
Bootcamp code reviews
πŸ‘©πŸΌβ€πŸ« Review of Solo Project: Send to Pager (Joseph Goodwin)
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

πŸ‘©πŸΌβ€πŸ« Review of Solo Project: Send to Pager (Joseph Goodwin)
AboutCommentsNotes
πŸ‘©πŸΌβ€πŸ« Review of Solo Project: Send to Pager (Joseph Goodwin)
Expand for more info
readme.md
run
preview
console
# Code Review: Send to Pager
### _Code by: Joseph Goodwin ,_
### _Reviewer: Felicity Evans_

## What you did well
- followed design
- clean commented code
- edge case: error message if character > 10


## What could be improved?
- change fixed pixel heights and widths in css
- consider using grid for phone buttons
still able to send if char > 10, consider diabling button
- sendBtnEle.disabled = "disabled"
- cursor for hover
- avoid using ids for styling to minimise problems with specificity



Console
/index.html
-5:21