Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pizza plz #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

pizza plz #149

wants to merge 7 commits into from

Conversation

nella-x
Copy link

@nella-x nella-x commented Sep 8, 2024

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.

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants