Blog
JavaScript Snippet – Convert HTML Table To 2D Array
A few days ago I was working on manipulating data that I found in Wikipedia. The data was in a table where the colspans and rowspans were making it difficult to simply programmatically pull data. Then I started looking into Read more…