ple Choices
Kizspy.me
(Choose 1
answer)
☐ A
☐ B
ос
☐ D
How would you extract and display multiple parameters, userld and postld, in a component?
A. const { userld, postid} = useParams();
B. const userld useParams('userld'); const postid = useParams('postid');
C. const userld = route.params.userld; const postld = route.params.postld;
D. const { userld} = useParams(); const { postid} = useParams();
I want to in the exam.
LAPTOP RUNNING