Guest User

Untitled

a guest
Feb 8th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var response = { "count1": 10, "ccc1": 32, "count2": 40, "ccc2": 123, "count3": 32, "ccc3": 21 };
  2. var i = 1;
  3. while(response['count'+i]) {
  4. console.log(response['count'+i]);
  5. i++;
  6. }
Add Comment
Please, Sign In to add comment