fix(curriculum): added extra line before </section> tag - Engl… (#36278)
This commit is contained in:
@ -60,4 +60,5 @@ var quotient = 0.0 / 2.0; // Fix this line
|
||||
```js
|
||||
var quotient = 4.4 / 2.0;
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -94,4 +94,5 @@ function checkSign(num) {
|
||||
return (num > 0) ? 'positive' : (num < 0) ? 'negative' : 'zero';
|
||||
}
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -82,4 +82,5 @@ function checkEqual(a, b) {
|
||||
return a === b ? "Equal" : "Not Equal";
|
||||
}
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -67,4 +67,5 @@ function convertToInteger(str) {
|
||||
return parseInt(str, 2);
|
||||
}
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -64,4 +64,5 @@ function convertToInteger(str) {
|
||||
return parseInt(str);
|
||||
}
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user