Divide one Decimal by Another with JavaScript

This commit is contained in:
Abhisek Pattnaik
2015-12-24 20:28:30 +05:30
committed by SaintPeter
parent 27ce1c7129
commit b979ba2aed

View File

@ -509,7 +509,7 @@
"title": "Divide one Decimal by Another with JavaScript",
"description": [
"Now let's divide one decimal by another.",
"Change the <code>0.0</code> so that your quotient will equal <code>2.2</code>."
"Change the <code>0.0</code> so that <code>quotient</code> will equal to <code>2.2</code>."
],
"tests": [
"assert(quotient === 2.2, 'message: The variable <code>quotient</code> should equal <code>2.2</code>.');",
@ -5369,4 +5369,4 @@
"challengeType": "0"
}
]
}
}