We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c01c commit 322f48cCopy full SHA for 322f48c
arrayMax.js
@@ -7,4 +7,5 @@ for (let i = 0; i < marks.length; i++) {
7
max = element;
8
}
9
10
-console.log(max);
+console.log(max);
11
+//expected output: 98
0 commit comments