mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 15:13:07 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
parent
bc615572a9
commit
db450dbc44
Notes:
sideshowbarker
2024-07-19 04:15:46 +09:00
Author: https://github.com/awesomekling
Commit: db450dbc44
28 changed files with 1 additions and 1 deletions
5
Base/home/anon/Source/js/for-loop.js
Normal file
5
Base/home/anon/Source/js/for-loop.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var x = 0;
|
||||
for (var i = 0; i !== 3; i += 1) {
|
||||
x += 2;
|
||||
}
|
||||
x;
|
Loading…
Add table
Add a link
Reference in a new issue