const city = "Karachi"; const price = "$200k"; const myUrl = `https://www.softhunt.net/?city=${city}&price=${price}`; console.log(myUrl);