Skip to content

Commit 322f48c

Browse files
committed
update
1 parent 082c01c commit 322f48c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arrayMax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ for (let i = 0; i < marks.length; i++) {
77
max = element;
88
}
99
}
10-
console.log(max);
10+
console.log(max);
11+
//expected output: 98

0 commit comments

Comments
 (0)