Back to Browse

ReactJs Coding Practice 10 (Debugging)

2.2K views
Apr 14, 2023
7:54

(Debugging) #nxtwave #solution #reactjs #coding 1. Debugging Google Search Suggestions Fix the given code to have the following functionality: 1) Initially, all suggestions in the suggestionsList should be displayed 2) When a value is provided in the search input, then display the suggestions which include the search input irrespective of case 3) When the arrow of a suggestion is clicked, then the value of the search input should be updated with the respective suggestion clicked 4) The GoogleSuggestions component receives the suggestionsList as a prop. It consists of a list of suggestion objects with the following properties in each suggestion object Total BUGS There are 7 bugs to be fixed to achieve the functionality and the UI that is expected. 2. Debugging Cash Withdrawal Fix the given code to have the following functionality: 1) Initially, the balance should be 2000 rupees 2) When a denomination is clicked, then the respective value should be deducted from the balance available 3) The CashWithdrawal component receives the denominationsList as a prop. It consists of a list of denomination objects with the following properties in each denomination object Total BUGS There are 9 bugs to be fixed to achieve the functionality and the UI that is expected Music by AlanFrijns from Pixabay

Download

0 formats

No download links available.

ReactJs Coding Practice 10 (Debugging) | NatokHD