i have populate some values using c:forEach tag. I want to get those values in my javascript. If I click GetCtag value button, then i want to
Just print it in JavaScript syntax instead of HTML syntax.
So that it end up as valid JavaScript object (assuming that name returns String and age returns Number):
name
String
age
Number