remove arguments object

This commit is contained in:
2025-06-18 13:24:22 -05:00
parent 7f002e306d
commit 458215f838
4 changed files with 35 additions and 303 deletions

View File

@@ -1,4 +1,4 @@
var N = 10000000;
var N = 1000000;
var num = 0;
for (var i = 0; i < N; i ++) {
var x = 2 * $_.random();