Hello there! I'm currently on a journey to become a skilled front-end developer, and I'm excited to share my progress with you. As a dedicated learner, I'm actively seeking opportunities to grow and contribute as a front-end developer.
I’m currently learning...Creating MEVN stack applications with Vue!
Latest solutions
Latest comments
- @YerikAH@sebix0nus
Hello! 👋
When I type in the number of people I should get the result right away, but unfortunately it only shows up when I press on the result panel. Maybe try to use .oninput event in a function on your input.
Something like this in example: numberOfPeople.oninput = () => { }
Cheers!