```jsx const headerItems = ['header cell 1', 'header cell 2', 'header cell 3'] const tableMatrix = [ ['cell 1, row 1', 'cell 2, row 1', 'cell 3, row 1'], ['cell 1, row 2', 'cell 2, row 2', 'cell 3, row 2'], ['cell 1, row 3', 'cell 2, row 3', 'cell 3, row 3'] ] ```