Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added wk 4
  • Loading branch information
maa17019 committed Feb 15, 2021
2 parents 67b41cd + fab85c6 commit dc5ed97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion week-4/index.html
Expand Up @@ -43,7 +43,10 @@ for(let num = 1; num <= 100; num++) {
console.log(output || num);
}

<<<<<<< HEAD
//Chessboard exercise
=======
>>>>>>> fab85c6f1badff964136d11afcd732825800e179
console.log("EXERCISE 3: Chessboard");

let size = 8;
Expand All @@ -66,4 +69,4 @@ console.log(chess);

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

0 comments on commit dc5ed97

Please sign in to comment.