Tabular Data:


Now we can get to all the keys and their values, we need to display them in a table. We'll start doing that here.

The code so far:

Between the two functions, we are going to create a new function called getTableHeaders(). It is within this function that we shall start to build our table:

Now we need to invoke the table headers inside writeToDocument():

So lets now see the entire code blocks: