@Alone-07Submitted over 2 years ago
Feedbacks are Highly Recommended
Feedbacks are Highly Recommended
Hello! 👋 Everything looks nice! I would only suggest two things:
For example, you could add this to your code:
If (peopleValue > 0) {
tipAmount.innerText = totaltip;
personAmount.innerText = person;
}
Hope this helps! You did a really good job :)