How do we declare multiple values to the same variable?
I want to declare multiple baseUrl here to a single variable for my User Search Bar -
const baseUrl =
host:8082/user/phone
andhost:8082/user/email
I want to declare multiple baseUrl here to a single variable for my User Search Bar -
const baseUrl =
host:8082/user/phone
andhost:8082/user/email