<aside> ❓ Building on your assignment last week, convert your code to fit into a single function, which takes as input a single string that is a <tr> tag from any of the rows of raw AA data (from any of the zones). It should output ONE array or object, depending on how you have decided to structure your data; this array or object should also have nested array(s) and object(s), to have separate containers for each "meeting" (however you define meeting).

Here is an example of a very basic function that parses, reformats/restructures, and outputs the data into a desirable JS data structure.

Your submission should be an Observable notebook (published!) and you will submit its url to Canvas. Helpful documentation for functions in JS.

</aside>


Coding notebook:

Data Structures Exercise - Sept 21