mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 10:14:58 +00:00
LibJS: Add test for function with arguments
This commit is contained in:
parent
f405cb6a77
commit
9f3f0d9983
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