active web pages

Active Web Pages - content previous page next page

deutsch
Zur deutschen Version
po polsku
Do wersji polskiej
Russian
К русской версии

Content

JavaScript function

For functions, there aren't any type checks, either.

function funktionX(a, b, c) {
...
//If only two parameters are submitted,
//the variable c has the value "undefined" (string)

if (a == 1) return "1";
else return false;
}
...
x = funktionX(a, b);
...

About me  
Internet  
Guitar  
Literature  
Linguistics  
Software  
Links  
Contact