Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29420
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2016-01-23 14:49 -0800 |
| References | <8d147825-0837-4f7a-8cb9-bb5607dc0ae1@googlegroups.com> |
| Message-ID | <c40244a0-013c-4e06-8908-cfeccb96eee0@googlegroups.com> (permalink) |
| Subject | Re: Still trouble with array of arrays. |
| From | jonas.thornvall@gmail.com |
Den lördag 23 januari 2016 kl. 23:25:50 UTC+1 skrev jonas.t...@gmail.com:
> for(i = 0; i < operandArr.length; i ++ )
> {
> metaOpArr[i] = operandArr[i].split("").map(Number).reverse();
> }
>
> If operandArr=[12,5,28] will not metaOpAr[8] contain 2,1 and be an array in itself?
metaOpArr[0] contain 2,1 and be an array in itself?
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Still trouble with array of arrays. jonas.thornvall@gmail.com - 2016-01-23 14:25 -0800
Re: Still trouble with array of arrays. jonas.thornvall@gmail.com - 2016-01-23 14:49 -0800
Re: Still trouble with array of arrays. Stefan Weiss <krewecherl@gmail.com> - 2016-01-23 23:51 +0100
csiph-web