Chess Board in Terminal | Challenge

# Introduction In this challenge, we will write a script to print a chessboard using the `echo` command and nested loops. We will use the `echo` command to print colors and the nested loops to print the chessboard pattern. By the end of this challenge, you will have a better understanding of printing colors using `echo` and using nested loops in shell scripting.

|60 : 00

Click the virtual machine below to start practicing