Divide One Decimal by Another with JavaScript1

Tell us what’s happening:

Your code so far


var quotient = 0.0 / 2.0; // Fix this line


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/divide-one-decimal-by-another-with-javascript

What is your question?

Change the 0.0 so that quotient will equal to 2.2 .
this is nothing diffrend then we did before with the 66 and made it 33
so if we multiply 2,2 by 2 it become 4,4 - 2,2 = 2,2 so the answere is 4,4

How to solute the lesson. They can’t figure out the sollution to the assigment