Parse Javascript Array
Posted
by rhepungus
on Stack Overflow
See other posts from Stack Overflow
or by rhepungus
Published on 2010-05-03T23:54:54Z
Indexed on
2010/05/03
23:58 UTC
Read the original article
Hit count: 316
JavaScript
|array
Hey all. Newbie JavaScript question here. I have an array: {r=1, g=4, b=6} How do i go about getting the value of each (r,g,b) into a separate variable?
© Stack Overflow or respective owner