This is a project courtesy of Scrimba - a practice on JavaScript specifically on the use of addEventListener
, template literals, and toFixed
method.
- Built from scratch.
- Display following the Figma design.
- Generate all conversions when the user clicks "Convert"
- Round the numbers down to three decimal places
-
With the use of
toFixed()
method, I am able to round off numbers in designated decimal places. -
The use of
template literals
has been helpful to me to set a template string with the${}
syntax to include the value of the equation inside the string.