Commit 9feb83be authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 44f4eef4
...@@ -47,17 +47,14 @@ async function run() { ...@@ -47,17 +47,14 @@ async function run() {
for (let i = 0; i < 1000; i++) { for (let i = 0; i < 1000; i++) {
if (typeof arr2[i] !== "undefined") if (typeof arr2[i] !== "undefined")
arr3.push(arr2[i]) arr3.push(arr2[i])
if (typeof arrResrv200[i] !== "undefined") if (typeof arrReserv[i] !== "undefined")
arrResrv200.push(arrReserv[i]) arrResrv200.push(arrReserv[i])
if (typeof arr1000Compound[i] !== "undefined") if (typeof arrCompound[i] !== "undefined")
arr1000Compound.push(arrCompound[i]) arr1000Compound.push(arrCompound[i])
} }
let arr20MaxNew = [] let arr20MaxNew = []
let arrReservCompoundNew = [] let arrReservCompoundNew = []
for (let i = 0; i < 1000; i++) { for (let i = 0; i < 1000; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment