mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
function foo(a, b) {
|
|
return a + b;
|
|
}
|
|
foo(1, 2 + 3);
|