i have variable in HTML which stores values 835 i want that befor 835 there shoud be $ showing like this with value $835.
same_vaccination_severeei_unvaccinated_val_1.value = ((parseFloat(mixed_population_ci_unvaccinated_val_1.value) * parseFloat(if_influenza_severe_unvaccinated_val_1.value)/10000)*100).toFixed(2) + $;
1 Answer