Set value to an empty array and then use nested while loops to add the rows and elements needed to turn it into the 3x3 identity matrix.

javascript programming
exercise: arrays 03