Recursion Challenges
Recursion occurs when a thing is defined in terms of itself or of its type. Complete the following challenges that use the concept of recursion.
table
s in table
s
Create a table that contains a table that contains a table that contains a table that contains a table that contains a table that contains a table that contains a table (and so on).
It should look something like this:
Try changing the colors of the table cells, the number of rows, or anything else to make it look interesting!