diff --git a/week-4/index.html b/week-4/index.html
index 4caae8d..4dfdf81 100644
--- a/week-4/index.html
+++ b/week-4/index.html
@@ -43,15 +43,6 @@
Week 4 Assignment
⟶
console.log(output || num);
}
-/*function nano(mano){
- if (mano < 5) {
- console.log("less than five");
-} else {
- console.log("more than 5");
-
-}
-}*/
-
console.log("EXERCISE 3: Chessboard");
let size = 8;
@@ -74,4 +65,4 @@ Week 4 Assignment
⟶