From: Garrett Smith on
Dr J R Stockton wrote:
> In comp.lang.javascript message <hooq3f$3t2$1(a)news.eternal-
> september.org>, Sun, 28 Mar 2010 15:52:11, Garrett Smith
> <dhtmlkitchen(a)gmail.com> posted:
>
>> What is "//"?
>
> ISO/IEC 16262 Section 7.4 - a comment indicator.
>
Can you rephrase your entire question as a complete sentence? And if so,
please do. I don't get your meaning.
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/
From: Garrett Smith on
Garrett Smith wrote:
> Dr J R Stockton wrote:
>> In comp.lang.javascript message <hooq3f$3t2$1(a)news.eternal-
>> september.org>, Sun, 28 Mar 2010 15:52:11, Garrett Smith
>> <dhtmlkitchen(a)gmail.com> posted:
>>
>>> What is "//"?
>>
>> ISO/IEC 16262 Section 7.4 - a comment indicator.
>>
> Can you rephrase your entire question as a complete sentence? And if so,
> please do. I don't get your meaning.
If there are no immediate further objections to the text I have
proposed, I will be uploading that, along with minor corrections to a
few other entries.
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/
From: Garrett Smith on
Garrett Smith wrote:
> Garrett Smith wrote:
>> Dr J R Stockton wrote:
>>> In comp.lang.javascript message <hooq3f$3t2$1(a)news.eternal-
>>> september.org>, Sun, 28 Mar 2010 15:52:11, Garrett Smith
>>> <dhtmlkitchen(a)gmail.com> posted:
>>>
>>>> What is "//"?
>>>
>>> ISO/IEC 16262 Section 7.4 - a comment indicator.
>>>
>> Can you rephrase your entire question as a complete sentence? And if
>> so, please do. I don't get your meaning.
> If there are no immediate further objections to the text I have
> proposed, I will be uploading that, along with minor corrections to a
> few other entries.

The proposal is to move that "what is a host object?" to the "Objects"
section.

Looking at the section on Objects, I think it could use an overview of
what is defined by ECMA:

ECMA-262 r3 defines the the Global object, Object, Function, Array,
String, Boolean, Number, Math, Date, RegExp, and Error objects: Error,
EvalError, RangeError, ReferenceError, SyntaxError, TypeError and URIError.

Then right after that: "What is a host object?"
http://jibbering.com/faq/#hostObject
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/