Add the solution (#28899)
* Add the solution * Update divide-one-decimal-by-another-with-javascript.english.md The solution was not passing. Change should pass now. * Update divide-one-decimal-by-another-with-javascript.english.md Co-authored-by: Paul Gamble <pgamble@gmail.com>
This commit is contained in:
committed by
Paul Gamble
parent
d2286fc3b5
commit
7f9cbe982b
@ -37,8 +37,6 @@ tests:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
var quotient = 0.0 / 2.0; // Fix this line
|
var quotient = 0.0 / 2.0; // Fix this line
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -59,6 +57,6 @@ var quotient = 0.0 / 2.0; // Fix this line
|
|||||||
<section id='solution'>
|
<section id='solution'>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// solution required
|
var quotient = 4.4 / 2.0;
|
||||||
```
|
```
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user