Code example 5-2const tax = .07;const getCost = (itemCost, n…

Code example 5-2const tax = .07;const getCost = (itemCost, numItems) => {      const subtotal = itemCost * numItems;      const tax = 0.06;      const total = subtotal + (subtotal * tax);      return total;}const totalCost = getCost(25.00, 3);alert(“Your cost is $” + totalCost.toFixed(2) + ” including a tax of ” +          tax.toFixed(2)); Refer to code example 5-2. Which constant stores the arrow function?

A 19 year old female presents to the medical office with thr…

A 19 year old female presents to the medical office with throat pain on swallowing.  Upon assessment, you note white patches to the oral posterior pharynx that do not wipe off.  The diagnosis has been made for oral candida (yeast/fungal) infection.  The patient is most likely to be treated with which of the following medications?