Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3445a3d

Browse files
committed
Grade-calculator is modified
1 parent c3fb15b commit 3445a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/homework/js-exercises/grade-calculator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function calculategrades(gradeInput) {
3535
}
3636
return `You got a ${result} (${gPercent})!`
3737
}
38-
let x = calculategrades(96);
38+
let x = calculategrades(60);
3939
console.log(x);
4040

4141

0 commit comments

Comments
 (0)