Пример кода:
// var newUrl =
// host === "https://wa.me/" ?
// host.toString() + phone.toString() + "?text=" + (this.text.replace(/{wz_metric}/gi, id)) :
// host.toString() + phone.toString() + "&text=" + (this.text.replace(/{wz_metric}/gi, id));
newUrl = host.toString() + phone.toString() + "?text=" + (this.text.replace(/{wz_metric}/gi, id));