Path: csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: Multidimensional arrays in javascript Date: Thu, 03 Dec 2015 21:00:31 +0100 Organization: PointedEars Software (PES) Lines: 69 Message-ID: <2217362.3QoO8xFBVx@PointedEars.de> References: Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: solani.org 1449172833 18244 eJwFwQEBwDAIAzBLMCi7HWCtfwlPEOW1NwuVECRljE7uW+NQmjBWn+jmg8mOO3nh9SFt8gdFUhHW (3 Dec 2015 20:00:33 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Thu, 3 Dec 2015 20:00:33 +0000 (UTC) User-Agent: KNode/4.14.2 X-User-ID: eJwFwQEBBDEIAzBLK4PylQPs8S/hkrgEJ51Bj41lX8VwsAf/35TBd7dHpaRBe2bTgXoPxi6h9abTRlc6/ABj9xXG Cancel-Lock: sha1:hsTBe2NmlLDoRT2E1IQeKyfUCro= X-NNTP-Posting-Host: eJwVx9EVwCAIA8CVQEMg41jU/Udo++7rYtLZCQYR90NToHIpfZtV4v5fYj92KuVbJ9A+hmnivPaND88= Xref: csiph.com comp.lang.javascript:28963 Evertjan. wrote: > jonas.thornvall@gmail.com wrote on 03 Dec 2015 in comp.lang.javascript: >> Den torsdag 3 december 2015 kl. 00:42:27 UTC+1 skrev Evertjan.: >>> jonas.thornvall@gmail.com wrote on 02 Dec 2015 in comp.lang.javascript: >>> > Is there any limit to depth of an multidimensional array in >>> > javascript? >>> Javascript has NO multidimensional arrays !!! >>> >>> Which dos not mean you cannot put an array in a single element of an >>> array, but that is beside the point: >>> >>> Javascript has NO multidimensional arrays !!! >> Hello can those arrays linke to elements in a hierarchy array type be of >> different data types? > > Arrays do not link to elements. > > The individual elements of javascript arrays: > - are empty [meaning nonexistant, usefully conserving memory] This does not make sense. Empty elements are existing. What you probably meant that there is the possibilty that array elements do _not_ exist insofar as there is no corresponding index. Accessing array properties whose name is one of those indexes then yields the “undefined” value (not: “empty”). > - hold a variable value Nonsense. > - hold an object, could be an array Object references are values, so there are only two cases: - non-existing element - existing element with a value >> Example a byte array at first level where each element hold an integer >> array? > > Javascript arrays are all the same, You are underinformed. As you have been told many times before, there is no “Javascript”, but several differing implementations of ECMAScript, where some of them contain “JavaScript” in their name. > there are no "byte arrays" or "integer arrays". You are also not paying attention. See Given your many misconceptions, a lot more humility on your part would certainly be appropriate. Finally, your “From” header field value still does not specify a mailbox, and it could conceivably specify a mailbox that is not your own. Which is anti-social behavior, in violation of Usenet/Internet standards and probably of the Acceptable Use Policy of your service provider, which could cost you your account if it is brought to their attention as it constitutes network abuse. (I am reading this one posting of yours only because my killfile got reset.) -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not cc me. / Bitte keine Kopien per E-Mail.