From ae7a157e4bc26ad316a28e2ccad5e26be58063ae Mon Sep 17 00:00:00 2001 From: dannysnow77 Date: Sat, 21 Aug 2021 18:08:52 +0100 Subject: [PATCH] FizzBuzz Chessboard 1st commit This is the file for the FizzBuzz Chessboard coding challenge assignment. --- fizzbuzz_chessboard.html | 100 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 fizzbuzz_chessboard.html diff --git a/fizzbuzz_chessboard.html b/fizzbuzz_chessboard.html new file mode 100644 index 0000000..e4a4f35 --- /dev/null +++ b/fizzbuzz_chessboard.html @@ -0,0 +1,100 @@ + + + + + + + FizzBuzz + + + + +
Coding Challenge +

FizzBuzz and Chessboard Assignment Solutions.

+

This is a coding challenge of solving the Fizzbuzz and Chessboard question

+

Note: Open console window or "press Ctrl + Shift + I" to display console window to see solution to the assignment.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file