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

  • Gautam Sarkarā€¢ 850

    @gautam32b7

    Submitted

    What are you most proud of, and what would you do differently next time?

    This is my solution to the challenge. I had fun and learned a lot while working on it.

    šŸ› ļø Built with

    • HTML
    • CSS
    • JavaScript

    What challenges did you encounter, and how did you overcome them?

    Implementing the DOM was challenging, especially the radio button. I read about the concept on the internet and then applied it to complete the challenge.

    What specific areas of your project would you like help with?

    Any help to improve is welcome šŸ™

    krais38ā€¢ 20

    @krais38

    Posted

    Your input fields accept letters. In this case the input type should be "number" as you are working with years, amount and percentages. If you don't want to restrict your input type for some reason, you can use javascript check for onkeydown and check if the pressed key is a number and if not then you'd show an error state.

    Marked as helpful

    0