| Find the bug in this React below code
Choose the correct option from below list
(1)The first letter of the function must be capitalized
(2)Add parenthesis around the return value
(3)Remove the return statement
(4)Wrap the return in a fragment
Answer:-(1)The first letter of the function must be capitalized | | |