mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user