Hi, I have a site where when the user selects from multiple drop down menus they get a result. How can I make it so that the a and b values below are bolded?
export function text_a_b(a,b){ var Amin = session.getItem(“Amin”); var Bmax = session.getItem(“Bmax”);
$w(“#resA”).text = “If you enroll by October, you are estimated to pay between $” + a + " and $" + b + " per month";