Question: What will the URL segment look like based on the following call to the `Router.navigate` method when goToUser is passed the value 15?

  1. /user/15
  2. /user?id=15
  3. /user:15
  4. /user;id=15

Answer: The correct answer of the above question is Option A:/user/15