local newsItem = {
{
newsTitle = "",
newsDescription = "",
imageId = 0
},
{
newsTitle = "",
newsDescription = "",
imageId = 0
}
}
How can I loop through this table and print newsTitle for each table in the table (if that makes sense)?