mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 21:34:59 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
parent
bc615572a9
commit
db450dbc44
28 changed files with 1 additions and 1 deletions
|
@ -1,11 +0,0 @@
|
|||
var a = [1, 2, 3];
|
||||
|
||||
a[1] = 5;
|
||||
|
||||
var push_result = a.push(7);
|
||||
|
||||
for (var i = 0; i < a.length; ++i) {
|
||||
console.log(a[i]);
|
||||
}
|
||||
|
||||
console.log("push result: " + push_result);
|
Loading…
Add table
Add a link
Reference in a new issue