Skip to content

Commit 43d80e7

Browse files
authored
refactor ex 12
1 parent 5b6c7d2 commit 43d80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ console.log("daClub: ", daClub(22, 21));
267267
*
268268
* If EITHER the credits value is greater than or equal to 120 or the grades value is greater than or equal to 2.0, then the function will return the message: "Congratulations on a job well done." Otherwise, return the message: "See you in summer school."
269269
* Console.log your result.
270-
*
270+
*/
271271

272272
function graduation(credits, grades){
273273
if(credits >= 120 || grades >= 2.0){

0 commit comments

Comments
 (0)