Skip to content

pizza plz#149

Open
nella-x wants to merge 7 commits intoTechnigo:mainfrom
nella-x:main
Open

pizza plz#149
nella-x wants to merge 7 commits intoTechnigo:mainfrom
nella-x:main

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