Skip to content

Commit 22e2164

Browse files
committed
Update the final result in learning-area
1 parent 3c3c3ba commit 22e2164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/introduction-to-js-1/tasks/math/math2-download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
</body>
2828
<script>
29-
// Final result should be 10.42
29+
// Final result should be 4633.33
3030
// Add/update your code here
3131

3232
let result = 7 + 13 / 9 + 7;

javascript/introduction-to-js-1/tasks/math/math2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<textarea class="playable playable-js" style="height: 220px;">
2727

28-
// Final result should be 10.42
28+
// Final result should be 4633.33
2929
// Add/update your code here
3030

3131
let result = 7 + 13 / 9 + 7;

0 commit comments

Comments
 (0)