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


Groups > comp.lang.javascript > #29522

Re: "ToNumber"

From 4ndre4 <4ndre4@4ndre4.com.invalid>
Newsgroups comp.lang.javascript
Subject Re: "ToNumber"
Date 2016-02-02 19:34 +0000
Organization A noiseless patient Spider
Message-ID <n8r068$qv6$5@dont-email.me> (permalink)
References <ToNumber-20160201112005@ram.dialup.fu-berlin.de>

Show all headers | View raw


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)

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


Thread

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

csiph-web