Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #25039

Re: What does x.y.z mean?

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.javascript
Subject Re: What does x.y.z mean?
Date 2014-06-26 11:09 +0200
Organization PointedEars Software (PES)
Message-ID <5429521.hve5E93COS@PointedEars.de> (permalink)
References <a93c4421-8f80-4f76-ab42-a034af382a20@googlegroups.com> <lof8kj$ork$1@dont-email.me>

Show all headers | View raw


Gregor Kofler wrote:

> Am 2014-06-25 19:33, bit-naughty@hotmail.com meinte:
>> [x.y.z]
>> Is y an object inside x, and z an object inside y? Or am I completely
>> mistaken?
> 
> y and z are properties, which values in turn can be objects. In the
> above example y is assumed to hold an object.

The values are *references to* objects instead.  You are probably aware
of that; however, it is important to emphasize because it means that 
*different* properties and variables can refer to the *same* object, and 
that objects do not *contain* other objects in these languages.  IOW, 
“objects have identity, not name”.

Why are you reading and replying to postings from trollishly anonymous 
Google Groupers?

-- 
PointedEars
FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix>
Please do not Cc: me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What  does x.y.z mean? bit-naughty@hotmail.com - 2014-06-25 10:33 -0700
  Re: What  does x.y.z mean? Gregor Kofler <usenet@gregorkofler.com> - 2014-06-25 21:41 +0200
    Re: What  does x.y.z mean? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-26 11:09 +0200
    Re: What  does x.y.z mean? bit-naughty@hotmail.com - 2014-06-26 06:25 -0700
      Re: What  does x.y.z mean? John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-26 14:47 +0100
        Re: What  does x.y.z mean? John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-27 09:52 +0100
  Re: What  does x.y.z mean? Denis McMahon <denismfmcmahon@gmail.com> - 2014-06-27 09:46 +0000

csiph-web