React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Javascript Quiz
New
useParams Quiz
What will useParams return if there are no URL parameters?
Report this question
null
undefined
An empty object
Show Explanation
If there are no URL parameters, useParams will return an empty object.
An empty array
Next Question (6/20)