Question: Question 6) [6 marks] The codes below can render the UI in the figure. (Hardcode at this moment) import React from 'react' const Uppercase: React.FC
Question 6) [6 marks] The codes below can render the UI in the figure. (Hardcode at this moment) import React from 'react' const Uppercase: React.FC = function 0 : return
x:
The uppercase of input string is BE HAPPY.
div > export default Uppercase; Modify the codes so that the app reads the value of x from the UI, and shows the upper case of x on the UI. Note: 1. Include everything in your codes, e.g., import statements. 2. You may consider using string.toUpperCase() in your code. Your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
