Skip to content

Commit 945142e

Browse files
committed
project added in index.md
1 parent 3aad6fa commit 945142e

File tree

1 file changed

+1
-1
lines changed
  • LCM-HCF-CALCULATOR/public/js

1 file changed

+1
-1
lines changed

LCM-HCF-CALCULATOR/public/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const findLcm = () => {
5050
}else{
5151
oddLcm.style.opacity = 1;
5252
evenLcm.style.opacity = 0.5;
53-
};
53+
}
5454
break;
5555
}
5656
min++;

0 commit comments

Comments
 (0)