My Code is:
<script type="text/javascript">
var clicky_custom = clicky_custom || {};
clicky_custom.visitor = {
username: 'bobjones',
email: 'bob@jones.com'
};
clicky_custom.visitor_keys_cookie = ['username', 'email'];
</script>
You know how if you are adding another line, you need to put a comma on all the lines except for the last one? For example, the comma which appears under bob. How do I only add a comma if it is not the last line?