Quote:
|
Originally Posted by Skyld
NO NO NO NO NO!
You should not be initializing arrays using this.baz = "\"foo\",\"bar\"";.
You should use the this.baz = {foo, bar}; method, not least for cleanliness and editability/comprehension reasons.
|
HA! I was right and NaS was wrong.