Bit of a newbie here so bear with me:
So I'm looping through entries in a database and the output for each one looks similar to this:
{
title: 'test',
description: 'test',
url: 'http://www.test.com'
},
The problem is that I need to remove the last character (the comma) from the last instance in the loop.
It would be preferred if I did this with jquery but I'm not much of a programmer and have no clue how
to do this.
Thanks for the help!