Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maa17019 authored Feb 15, 2021
1 parent 8811c24 commit fab85c6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions week-4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ <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");
}
}*/

console.log("EXERCISE 3: Chessboard");

let size = 8;
Expand All @@ -74,4 +65,4 @@ <h1><code>Week 4 Assignment</code> <span>&#10230;</span></h1>

</script>
</body>
</html>
</html>

0 comments on commit fab85c6

Please sign in to comment.