Coding Test
Go to classtime.com
Enter the code

It’s a two-step process to start:

How many squares on a chessboard?

Answer at end of page …
Code Editor
The code editor we used is JS Editor, jseditor.io
The blank template can be accessed at https://jseditor.io/?key=javascript-introduction (Or you can just open a new file and wipe the code.)

Remember to code on the JavaScript tab!
Some examples of the code we used




How many squares on a chessboard?
204
(8×8 = 1, 7×7 = 4, 6×6 = 9, 5×5 = 16, 4×4 = 25, 3×3 = 36, 2×2 = 49, 1×1 = 64)
© Code Champions, July 2020
.