mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
4
Base/home/anon/Source/js/function-with-arguments.js
Normal file
4
Base/home/anon/Source/js/function-with-arguments.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function foo(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
foo(1, 2 + 3);
|
||||
Reference in New Issue
Block a user