mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 06:22:53 +00:00
LibJS: Add test for function with arguments
This commit is contained in:
parent
f405cb6a77
commit
9f3f0d9983
Notes:
sideshowbarker
2024-07-19 17:36:32 +09:00
Author: https://github.com/f-eiwu
Commit: 9f3f0d9983
Pull-request: https://github.com/SerenityOS/serenity/pull/1426
1 changed files with 4 additions and 0 deletions
4
Base/home/anon/js/function-with-arguments.js
Normal file
4
Base/home/anon/js/function-with-arguments.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
function foo(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
foo(1, 2 + 3);
|
Loading…
Add table
Add a link
Reference in a new issue