Divide one Decimal by Another with JavaScript 2

Tell us what’s happening:

/I need a hint

Your code so far

var quotient = 0.0 / 2.0;


Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0.

Link to the challenge:
https://www.freecodecamp.org/challenges/divide-one-decimal-by-another-with-javascript

type or paste code here

Change the 0.0 so that quotient will equal to 2.2
The variable quotient should equal 2.2

If you divide 4.4 with 2.0 you will get result of 2.2

Just read carefully :slight_smile:

1 Like

thank you sooooo much