Supprimer le char 4m spécial JS et rejoindre

function myFunction(a, b) {
  const str = a.concat(b.split("").reverse().join("")).replaceAll("%", "");
  return str[0].toUpperCase() + str.slice(1);}
Sultan Mahmud