Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • keziarkts 370

    @keziarkts

    Submitted

    Hello everyone!

    It's not perfect yet but I'm glad with the result and the fact that I learned so many many things with this challenge 😀

    My difficulty: The "custom tip" part

    Let's say that when a user types in their custom tip value but finally decide to click one of the suggested/default tips, I don't know how to remove this value and come back to the default text "Custom" (the calculation part is ok though). For the moment, the only solution is to click the reset button.

    Maybe it's easy to resolve this but I just can't see the solution :(

    Thank you for your help

    Happy coding 🎉

    papa 340

    @PapsPython

    Posted

    @KEZIARKTS. I suggest

    button.addEventListener("click", selectTipPercentage)

    function selectTipPercentage(){ customtip.value=" " }

    0
  • Mochimooo 50

    @mochimooo

    Submitted

    Hi Frontend Mentor peers~

    I am uploading this challenge knowing that I haven't complete all the requirement and I need some help.

    I have trouble figuring how to make the image to show the viewing icon when the cursor hovers over it, and I don't know where to begin looking for help. I'd appreciate if you can give me some guidance, including good online resources to read, to help me understand what I need to learn.

    Secondly, if you have any additional tips on how to improve my code, it's greatly appreciated. #bestpractices

    Thank you!

    papa 340

    @PapsPython

    Posted

    hey mochimoo. I struggled with that as well. I suggest you check out "css combinators" in MDN webdocs and google "how to make an item visible in css".

    1