We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
0ct0pu5
/
ladybird
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
db450dbc44
Branch-ok
Tag-ek
master
ladybird
/
Base
/
home
/
anon
/
Source
/
js
/
function-with-arguments.js
function-with-arguments.js
56 B
Előzmények
Nyers
1
2
3
4
function foo(a, b) {
return a + b;
}
foo(1, 2 + 3);