Back to Browse

NxtWave ReactJS Coding Practice 7 Part-1 (Cash Withdrawal)

833 views
Mar 22, 2023
57:56

Cash Withdrawal First---------Static Web Page with Logic for Cash Withdrawal The app must have the following functionalities: 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 string method slice() extracts a section of a string and returns it as a new string, without modifying the original string *JAVASCRIPT* const text = "The quick brown fox"; console.log(text.slice(0, 3)); // The console.log(text.slice(2, 3)); // e 4) 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. Second-----Then Design Web Page with Responsive 1) You can use the cursor CSS property to specify the mouse cursor to be displayed when pointing over an element 2) You can use the below outline CSS property for buttons and input elements to remove the highlighting when the elements are clicked. #code #reactjs #royalrocky88

Download

0 formats

No download links available.

NxtWave ReactJS Coding Practice 7 Part-1 (Cash Withdrawal) | NatokHD