JStest

Javascript code posted
created at 08 Sep 17:45

Edit | Back
1
2
3
4
5
6
7
8
9
10
11

function addiere( a , b ) {
    return a+b;
}


if( addiere( 2 , 4 ) == 6 ) {
    document.write('Ja');
} else {
    document.write('Nein');
}
153 Bytes in 2 ms with coderay