Ad
const convert = (num) => {
  return parseFloat(num.toFixed(2));
};