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


Groups > comp.lang.javascript > #29522 > unrolled thread

Re: "ToNumber"

Started by4ndre4 <4ndre4@4ndre4.com.invalid>
First post2016-02-02 19:34 +0000
Last post2016-02-02 19:34 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.javascript

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: "ToNumber" 4ndre4 <4ndre4@4ndre4.com.invalid> - 2016-02-02 19:34 +0000

#29522 — Re: "ToNumber"

From4ndre4 <4ndre4@4ndre4.com.invalid>
Date2016-02-02 19:34 +0000
SubjectRe: "ToNumber"
Message-ID<n8r068$qv6$5@dont-email.me>
On 01/02/2016 10:32, Stefan Ram wrote:
[...]
>    Ok, surely I can guess that »ToNumber ()« is the same as
>    »ToNumber ( undefined )«, but even in 7 or 7.1, I cannot
>    find a wording that says so.

Because they are probably assuming that you know the basics of JavaScript:

function myFunction( argument ) {
    console.log(argument);
}

myFunction();
myFunction("hello world");

Output:

undefined
hello world

-- 
4ndre4
"The use of COBOL cripples the mind; its teaching should, therefore, be 
regarded as a criminal offense." (E. Dijkstra)

[toc] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web