Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to render embedded JavaScript data as an HTML table.
When JavaScript data is formatted as an array of objects, it is a relatively simple job to use the data to drive the creation of rows and cells of an HTML table. Here is an example of some repetitive data assembled on the server as a JavaScript array (perhaps from a database query):