Back to Browse

ReactJS Coding Practice 9 (Debugging)

2.3K views
Apr 9, 2023
12:08

#1(Debugging Counter) #nxtwave #solution #code #reactjs First---------Static Web Page with Debugging Counter Fix the given code to have the following functionality: 1) Initially, the count should be 0 2) When the Increase button is clicked, then the count should be incremented by one 3) When the Decrease button is clicked, then the count should be decremented by one (There are 7 bugs to be fixed to achieve the functionality and the UI that is expected) #2 (Debugging Fruits Counter) First---------Static Web Page with Debugging Fruits Counter Fix the given code to have the following functionality: 1) Initially, the count of the eaten mangoes should be four and the count of the eaten bananas should be five 2) When the Eat Mango button is clicked, then the count of the mangoes eaten should be incremented by one 3) When the Eat Banana button is clicked, then the count of the bananas eaten should be incremented by one (There are 8 bugs to be fixed to achieve the functionality and the UI that is expected) #3 (Debugging Simple Todos) First---------Static Web Page with Debugging Simple Todos Fix the given code to have the following functionality: 1) Initially, the list of given todos should be displayed with a delete button for each todo 2) When the Delete button of a todo is clicked, then the respective todo should be deleted 3) The SimpleTodos will consist of the initialTodosList. It consists of a list of todo objects with the following properties in each todo object Music by AlanFrijns from Pixabay

Download

0 formats

No download links available.

ReactJS Coding Practice 9 (Debugging) | NatokHD