GSG-G9 / Currency-Xchange

Simple currency converter website
0 stars 0 forks source link

use the power of JavaScript to edit your html paragraph #16

Open mFlaifel opened 3 years ago

mFlaifel commented 3 years ago

it's easy to manibulate string in js, so instead of this https://github.com/GSG-G9/Currency-Xchange/blob/89b2dc7addb7158068585228a7e65002aaf76b58/index.html#L14 you can add a string variable that change the parameters in you paragp



let exchangeRate = `${inputValue} ${country1} equal ${outputValue} ${country2}`