Skip to content

Commit

Permalink
added wk 4
Browse files Browse the repository at this point in the history
  • Loading branch information
maa17019 committed Feb 15, 2021
1 parent 8811c24 commit 67b41cd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions week-4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@ <h1><code>Week 4 Assignment</code> <span>&#10230;</span></h1>
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;
Expand Down

0 comments on commit 67b41cd

Please sign in to comment.