You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember to use object shorthand and newer functions like Object.values whenever possible. Also, remember when using variable names like hasSomething or isSomething to make those variables boolean, either true or false so the names are more representative of their values.
Otherwise, your code is clean and easy to follow, nice job!
The text was updated successfully, but these errors were encountered:
(Meets Expectations) Overall, nice work.
Remember to use object shorthand and newer functions like
Object.values
whenever possible. Also, remember when using variable names likehasSomething
orisSomething
to make those variables boolean, eithertrue
orfalse
so the names are more representative of their values.Otherwise, your code is clean and easy to follow, nice job!
The text was updated successfully, but these errors were encountered: