From 67b41cd9d4bdc71db17d79c96947fcc641d5af32 Mon Sep 17 00:00:00 2001 From: Mahnoor Afteb Date: Sun, 14 Feb 2021 21:57:24 -0500 Subject: [PATCH] added wk 4 --- week-4/index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/week-4/index.html b/week-4/index.html index 4caae8d..af6d377 100644 --- a/week-4/index.html +++ b/week-4/index.html @@ -43,15 +43,7 @@

Week 4 Assignment

console.log(output || num); } -/*function nano(mano){ - if (mano < 5) { - console.log("less than five"); -} else { - console.log("more than 5"); - -} -}*/ - +//Chessboard exercise console.log("EXERCISE 3: Chessboard"); let size = 8;