Open
Conversation
HIPPIEKICK
approved these changes
Sep 13, 2024
Contributor
HIPPIEKICK
left a comment
There was a problem hiding this comment.
Great work! You’ve done an excellent job of integrating various JavaScript features in your Pizzeria project 🍕
JavaScript
- Continue naming your variables this descriptive, helps a lot with readability of your code 👍
- Remember that you can use backticks to put string together, instead of using the plus sign to make the code cleaner and shorter:
alert(`Hi, ${userName}")
- Nice usage of parseInt() and toLowerCase() to ensure better validation and user experience 👍
- Nice to see that you're using arrays and objects already! Just remember to name object keys in lowercase
- Overall good and descriptive variable names! Consider given e.g. choice an even more descriptive one though, maybe foodChoiceIndex?
Good job with this project, keep up the good work for coming weeks when we will learn even more about objects and arrays 🥳
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Netlify link
Add your Netlify link here like this (update with the correct one):
https://pizzaplz.netlify.app/ <-- Here!
PS. Don't forget to add it in your readme as well.